【发布时间】:2011-04-26 15:34:37
【问题描述】:
被错误过滤的LogCat如下:
10-17 19:08:18.650:错误/vold(26):打开开关名称路径“/sys/class/switch/test”时出错(没有这样的文件或目录)
10-17 19:08:18.650:错误/vold(26):错误引导开关“/sys/class/switch/test”(没有这样的文件或目录)
10-17 19:08:18.650:错误/vold(26):打开开关名称路径“/sys/class/switch/test2”时出错(没有这样的文件或目录)
10-17 19:08:18.650:错误/vold(26):错误引导开关“/sys/class/switch/test2”(没有这样的文件或目录)
10-17 19:08:31.911:错误/电池服务(51):未找到 usbOnlinePath
10-17 19:08:31.911:错误/电池服务(51):找不到电池电压路径
10-17 19:08:31.911: 错误/电池服务 (51): 找不到电池温度路径
10-17 19:08:31.931: 错误/SurfaceFlinger(51): 无法打开 /sys/power/wait_for_fb_sleep 或 /sys/power/wait_for_fb_wake
10-17 19:08:36.251: 错误/EventHub(51): 无法获取 /dev/input/mouse0 的驱动程序版本,不是打字机
10-17 19:08:36.251:错误/EventHub(51):无法获取 /dev/input/mice 的驱动程序版本,不是打字机
10-17 19:08:36.381:错误/系统(51):启动核心服务失败
10-17 19:08:36.381: 错误/系统 (51): java.lang.SecurityException
10-17 19:08:36.381:错误/系统(51):在 android.os.BinderProxy.transact(本机方法)
10-17 19:08:36.381: 错误/系统 (51): 在 android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
10-17 19:08:36.381: 错误/系统 (51): 在 android.os.ServiceManager.addService(ServiceManager.java:72)
10-17 19:08:36.381: 错误/系统 (51): 在 com.android.server.ServerThread.run(SystemServer.java:176)
10-17 19:08:36.391: 错误/AndroidRuntime(51): 崩溃日志被跳过,没有签入服务
10-17 19:08:45.626: 错误/ActivityThread(94): 找不到 android.server.checkin 的提供者信息
10-17 19:08:47.255: 错误/ActivityThread(94): 找不到 android.server.checkin 的提供者信息
10-17 19:08:47.375: 错误/ActivityThread(94): 找不到 android.server.checkin 的提供者信息
10-17 19:08:49.196: 错误/vold(26): 无法启动卷“/sdcard”(卷未绑定)
10-17 19:08:49.435: 错误/MediaPlayerService(30): 无法打开内容的 fd://settings/system/notification_sound
10-17 19:08:49.466: 错误/MediaPlayer(51): 无法创建媒体播放器
10-17 19:08:52.866: 错误/AndroidRuntime(130): 错误: 线程附加失败
10-17 19:09:02.006:错误/AndroidRuntime(185):错误:线程附加失败
我的操作系统是 MAC 10.6.4,我正在使用 Eclipse Helios Service Release 1 和 .我尝试安装 SDK (android-sdk_r07-mac_x86.zip) 并运行 Hello Android:我第一次在模拟器屏幕上看到 hello android,但从第二次开始(我销毁了 avd 为平台 2.1 重新创建了它) ,我收到了那个错误。
【问题讨论】: