操作Ping的一般错误

时间:2014-01-22 19:47:59

标签: android android-studio logcat

当我在Windows 7专业版上将Nexus 5连接到Android Studio(预览版)0.4.2时,我在logcat中无限期地重复了以下消息并堵塞了控制台

01-22 11:45:06.608  24707-24724/? E/Exchange﹕ Generic error for operation Ping: status 500, result -10

我间歇性地看到的其他消息(这些消息都不会显示给模拟器)

19958-22904/? E/SessionUploader﹕ sessions.log cannot be found
617-16345/? E/qcom_sensors_hal﹕ hal_process_report_ind: Bad item quality: 11
617-1120/? E/LocSvc_IzatApiV02﹕ W/virtual int izat_core::IzatApiV02::injectLocation(GpsExtLocation):665]: error! inject position failed
617-1120/? E/LocSvc_ApiV02﹕ W/virtual loc_api_adapter_err LocApiV02::injectPosition(double, double, float):492]: error! status = eLOC_CLIENT_FAILURE_INVALID_PARAMETER, inject_pos_ind.status = UNKNOWN

有关为何以及如何解决此问题的任何提示?调试已启用,我看到应用程序已安装并正在运行

1 个答案:

答案 0 :(得分:1)

“操作Ping的通用错误”不是Android Studio或adb问题; Exchange 应用程序正在向logcat注入。其他消息不会在模拟器中显示,因为这些消息似乎与硬件或可能位于仿真器实例上的位置服务相关。

您可以使用Android Studio的logcat过滤仅显示与您相关的消息;它很适合像这样抑制logspam。