Skip to content
  • Ray Donnelly's avatar
    Fix Android ps output processing when ps is really busybox. · 9917f9a7
    Ray Donnelly authored
    
    
    Usually, on Android, ps is a link to the toolbox program, but on
    custom ROMs it's often a link to busybox instead. In this case
    we must use "ps -w" or "ps w" to prevent it from truncating the
    output and we must also interpret the output differently as the
    PID column differs too (1st column with busybox, 2nd with toolbox)
    
    Conflicts:
    	src/plugins/android/androidrunner.cpp
    
    Change-Id: Ia6881104155b8f7e39edbee00fbe93fd6f9d9a68
    Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
    9917f9a7