请问android 系统中/data/anr/下的traces.txt 文件可以通过file.delete()删除吗? 删除这个用什么权限吗?
应该没有权限 不能直接删除
应该不行,可以通过获取root来删除runtime.getruntime().exec("su");