DDMS cannot display process solutions

Recently I replaced the emulator with a real machine, and found that ddms cannot display the process name, but the application of LogCat displays? . as the picture shows:

After being guided by my senior, I solved it according to the following steps:

Step 1: Copy mprop to the /data/ directory;
Step 2: Add permission 777
Step 2: ./mprop ro.debuggable 1;
Step 3: getprop ro.debuggable; (check that ro.debuggable is in memory at this time The value in) the
fourth step: stop; start (restart the adbd process);

Mprop file download link address:

Link: https://pan.baidu.com/s/16kgbCSkn9cUMka23ChlBSA
extraction code: 9z0j

After solving, the effect is shown in the figure

Guess you like

Origin blog.csdn.net/Lixuanshengchao/article/details/107483374