btrace icon indicating copy to clipboard operation
btrace copied to clipboard

failed to write rhea-atrace.gz file completely

Open xinledanding opened this issue 2 years ago • 2 comments

image image image image

各种外置sdk操作quan权限都给了,还是不行,请问还需要配置啥

xinledanding avatar Feb 23 '22 13:02 xinledanding

如果启动app没看到初始化日志,你可能没有实现 Application.attachBaseContext,导致插入初始化代码失败 : @Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); }

wesley666 avatar May 21 '22 02:05 wesley666

如果启动app没看到初始化日志,你可能没有实现 Application.attachBaseContext,导致插入初始化代码失败 : @OverRide protected void attachBaseContext(Context base) { super.attachBaseContext(base); }

谢谢!!问题解决了

zhbzhbzhbz avatar Jun 07 '22 08:06 zhbzhbzhbz