Monkey异常报错: Error: A RuntimeException occurred

使用小米手机跑monkey时,刚启动出现如下错误:

** Error: A RuntimeException occurred:
java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
	at android.os.Parcel.createException(Parcel.java:2074)
	at android.os.Parcel.readException(Parcel.java:2042)
	at android.os.Parcel.readException(Parcel

你可能感兴趣的:(Android性能测试,Monkey测试,权限,USB调试,输入事件)