From 7a2c8daa8fecb900bbe615a9193a14480515ed6b Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 17 Mar 2016 13:54:14 -0700 Subject: [PATCH] Mention android:debuggable in CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6468110843..a0046418e41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,6 +87,11 @@ connected Android device, from that directory you would run: * `flutter start --engine-src-path /path/to/engine/src -t tabs.dart` +If you're going to be debugging crashes in the engine, make sure you add +`android:debuggable="true"` to the `` element in the +`android/AndroidManifest.xml` file for the Flutter app you are using +to test the engine. + ### Desktop (Mac and Linux), for tests * `gclient sync` to update your dependencies.