0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Add a rule to dump meminfo of debug version

This commit is contained in:
Markus Fisch 2020-05-15 13:38:51 +02:00
parent ae422d9a02
commit e2effb613f

View File

@ -33,6 +33,9 @@ start:
uninstall:
adb $(TARGET) uninstall $(PACKAGE).debug
meminfo:
adb shell dumpsys meminfo $(PACKAGE).debug
images:
svg/update.sh