码迷,mamicode.com
首页 > 其他好文 > 详细

Looper Could not create wake pip

时间:2014-10-29 10:25:43      阅读:783      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   ar   sp   div   on   

日志打印

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();出现的地方

bubuko.com,布布扣
    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();
    }
View Code

 

Looper Could not create wake pip

标签:style   blog   http   color   os   ar   sp   div   on   

原文地址:http://www.cnblogs.com/bitter/p/4058678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!