Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e955cbfc authored by Nandana Dutt's avatar Nandana Dutt Committed by android-build-merger
Browse files

Merge "dumpstate: Update readme" am: afff99c5

am: bf245d1d

Change-Id: I62430dc6657637eb17dc218a0e17fdb0a37d3643
parents aaebc97d bf245d1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ mmm -j frameworks/native/cmds/dumpstate device/acme/secret_device/dumpstate/ har
## To build, deploy, and take a bugreport

```
mmm -j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb shell am bug-report
mmm -j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb push ${OUT}/system/lib64/*dumpstate*.so /system/lib64/ && adb shell am bug-report
```

Make sure that the device is remounted before running the above command.