首页 > 代码库 > Looper Could not create wake pip
Looper Could not create wake pip
日志打印
A/Looper(31455): Could not create wake pipe. errno=24
A/Looper(1960): Could not create wake pipe. errno=24
A/libc(1960): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
A/Looper(16848): Could not create wake pipe. errno=24
App直接飞掉
问题:
Native Looper 初始化失败
根据日志和APP操作查找Looper.preare();出现的地方
public static void showToast(final String toast, final int showTimeFlag, final Context context) {// new Thread(new Runnable()// {// @Override// public void run()// {// Looper.prepare(); Toast.makeText(context, toast, showTimeFlag).show();// Looper.loop();// }// }).start(); }
Looper Could not create wake pip
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。