User:Blassey/Notes/Android: Difference between revisions

Jump to navigation Jump to search
Line 104: Line 104:
    
    
   adb shell run-as $1 kill $p
   adb shell run-as $1 kill $p
==.gdbinit==
this is an example .gdbinit that uses the symbols from a locally built rom and automatically attaches to gdbserver
  set solib-search-path /home/blassey/android/system/out/target/product/passion/symbols/system/bin:/home/blassey/android/system/out/target/product/passion/symbols/system/lib/:/home/blassey/src/ndk5-m-c/objdir-droid-dbg/dist/bin
  set solib-absolute-prefix /home/blassey/android/system/out/target/product/passion/symbols/system/lib/
  target remote localhost:12345
Confirmed users
2,023

edits

Navigation menu