CallerInfo
CallerInfo copied to clipboard
Sony Xperia Z Ultra上无法添加号码信息到通话记录
系统版本是5.1.1,开启该功能后通话记录内没有任何变化。另外一部手机是OK的。
之前用QC归属地,也是不能更新归属地信息到通话记录,怀疑Sony的ROM通话记录数据结构有些不兼容。请告知需要哪些信息来帮助解决这个问题,谢谢。
感谢反馈~ 后续版本中会加入辅助调试的功能,之后我会再次回复这个 issue 寻求调试帮助。 如果本地有开发环境,可以通过 adb logcat -v time >1.log
命令打 log 发邮件给我(可能会带有您的个人信息,请不要贴在公网下)。
adb logcat我可以运行,但是我应该收集什么时候的数据才是含有更新通话记录的日志的?从一个电话打进来到挂断后几秒的时间?
3,4秒就可以了~
kraml [email protected]于2016年8月15日星期一 17:56写道:
adb logcat我可以运行,但是我应该收集什么时候的数据才是含有更新通话记录的日志的?从一个电话打进来到挂断后几秒的时间?
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/xdtianyu/CallerInfo/issues/28#issuecomment-239767779, or mute the thread https://github.com/notifications/unsubscribe-auth/ACe8s3DxLdWKjrX-Kd65_nyUFwEeZiq1ks5qgDfjgaJpZM4JkOOk .
已经发送到邮箱。
感谢反馈,但是当前信息不足,我没能从日志中找到原因,后续会在应用中加入反馈入口,将添加详细的运行日志并返回。下面是当前您发过来的日志整理后并去除号码信息的结果
08-15 20:03:19.449 I/ActivityManager( 1577): Start proc 19635:org.xdty.callerinfo/u0a223 for broadcast org.xdty.callerinfo/.receiver.IncomingCall
08-15 20:03:19.863 W/ResourceType(19635): Found multiple library tables, ignoring...
08-15 20:03:20.028 V/Alarm (19635): alarm
08-15 20:03:20.029 V/Alarm (19635): alarm is not installed
08-15 20:03:20.031 E/PhoneStatePresenter(19635): bindPluginService
08-15 20:03:20.214 D/Window (19635): showTextWindow: Bundle[window_color=-12627531, number_info=正在查找,请稍等]
08-15 20:03:20.274 D/CallerRepository(19635): getCaller: MASKED_NUMER, forceOffline: false
08-15 20:03:20.443 D/SQL Log (19635): SQLiteQuery: SELECT * FROM CALLER WHERE number=?
08-15 20:03:20.751 D/Window (19635): Window 1000 focus change (true) cancelled by implementation.
08-15 20:03:20.754 E/PhoneStatePresenter(19635): bindPluginService
08-15 20:03:20.758 D/Window (19635): showTextWindow: Bundle[window_color=-12627531, number_info=正在查找,请稍等]
08-15 20:03:20.762 D/CallerRepository(19635): getCaller: MASKED_NUMER, forceOffline: false
08-15 20:03:20.762 D/PhoneStatePresenter(19635): onServiceConnected: ComponentInfo{org.xdty.callerinfo.plugin/org.xdty.callerinfo.plugin.PluginService}
08-15 20:03:20.836 D/StandOutWindow(19635): Window 1000 is already shown.
08-15 20:03:20.837 D/Window (19635): Window 1000 focus change (true) cancelled by implementation.
08-15 20:03:20.920 D/CallerRepository(19635): doOnNext: MASKED_NUMER
08-15 20:03:20.934 D/PhoneStatePresenter(19635): call: MASKED_NUMER->MASKED_NUMER, offline: true
08-15 20:03:20.936 D/Window (19635): showWindow: Bundle[window_color=-13388167, number_info=广东 深圳 联通]
08-15 20:03:20.938 D/PhoneStatePresenter(19635): checkAutoHangUp
08-15 20:03:20.946 D/SQL Log (19635): SQLiteQuery: SELECT * FROM IN_CALL WHERE (number = ? AND time > ? )
08-15 20:03:20.959 D/StandOutWindow(19635): Window 1000 is already shown.
08-15 20:03:20.959 D/Window (19635): Window 1000 focus change (true) cancelled by implementation.
好的,后面有新的调试信息的时候再更新。
我的sony z3, 也是同样的问题