Add Package Specific Verbose Logging

To enable:
adb shell setprop persist.debug.vri_package <package-name>
adb reboot

To disable:
adb shell setprop persist.debug.vri_package \"\"
adb reboot

Bug: 284687313
Test: Manual

Change-Id: Ib8377906e5436504c8e7cb7f41a39037e7dd06bc
2 files changed