Bug 1525401 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

and:
```
adb shell su -c id;echo $?
uid=0(root) gid=0(root) groups=0(root) context=u:r:magisk:s0
0
```
and:
```
adb shell su -c id;echo $?
uid=0(root) gid=0(root) groups=0(root) context=u:r:magisk:s0
0
```

Not sure why we get exitcode 1 in python
and:
```
$ adb shell su -c id; echo adb_returncode=$?
uid=0(root) gid=0(root) groups=0(root) context=u:r:magisk:s0
adb_returncode=0

```

Not sure why we get exitcode 1 in python

Back to Bug 1525401 Comment 3