Android: Unterschied zwischen den Versionen

Aus wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
=== Exclude "TAG" from LogCat (Eclipse-View) ===
 
=== Exclude "TAG" from LogCat (Eclipse-View) ===
 
  tag:^(?!(TAG))
 
  tag:^(?!(TAG))
 +
 +
=== Uninstall Application from CLI ===
 +
adb uninstall ch.christofbuechi.xyz
 +
 +
=== delete just user-data from application ===
 +
adb shell pm clear ch.christofbuechi.xyz

Version vom 16. Januar 2015, 13:06 Uhr

Exclude "TAG" from LogCat (Eclipse-View)

tag:^(?!(TAG))

Uninstall Application from CLI

adb uninstall ch.christofbuechi.xyz

delete just user-data from application

adb shell pm clear ch.christofbuechi.xyz