# -*- coding:utf-8 -*- import os import time from common import Common comm = Common() cmd = r'adb logcat -v time -b main -b radio -b system >' for i in range(3): fn = r'../run_log/logcat' + str(i) + '.log' os.popen(cmd+fn) pid = comm.getAppPid('logc
Testing started at 18:23 ... 05/10 18:23:01: Launching ChangeTextBehaviorTestNo apk changes detected since last installation, skipping installation of C:\Users\Administrator\AndroidStudioProjects\test\app\build\outputs\apk\app-debug.apk$ adb shell am