Status Update
Comments
tn...@google.com <tn...@google.com>
ra...@google.com <ra...@google.com> #2
This is a permissions issue, adb should write its log somewhere it is allowed.
Description
while developing Android applications (Emulator, DDMS, Eclipse support,
ant scripts...). Use the Developer templates for issues with Android
itself.
Please describe the problem in detail, with the following information (if
applicable)
Host OS: OX 10.9.3
SDK tools version (available in the "About" section of the 'android' tool
UI): 23
Eclipse version: 20130614-0229
ADT plug-in version: 22.6.2.v201403212031-1085508
Platform targeted by your project: 4.4.4
Version of the platform running in the emulator: 4.4.4
STEPS TO REPRODUCE:
1. After startup emulator, run the command "adb shell setprop persist.adb.trace_mask 0xffff"
2. Switch to root by running "adb root"
2. Restart the emulator
EXPECTED RESULTS:
Log files are supposed to be generated in /data/adb/ for adbd.
OBSERVED RESULTS:
No log file is generated. Directory /data/adb doesn't seem to be created.
ADDITIONAL INFORMATION:
This happens both in emulator from the SDK or built from AOSP. It also occurs on Nexus 7 device using aosp_flo-userdebug configuration. However, using retail image on the Nexus 7 device and root it the community way (using busybox, SuperSU, etc), the log file gets generated.