Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/196.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何过滤(LogCat)调试日志以获得意图解析_Android_Android Intent - Fatal编程技术网

Android 如何过滤(LogCat)调试日志以获得意图解析

Android 如何过滤(LogCat)调试日志以获得意图解析,android,android-intent,Android,Android Intent,我想调试android中意图的解析 我使用的是官方文件中描述的 问题是我应该在LogCat中设置哪个过滤器,以便只能看到与意向解析调试相关的日志。 我已经尝试了tag:IntentResolver和tag:.*Intent.但没有成功。使用tag:IntentResolver作为LogCat的过滤器,您可以看到解析调试信息。查看源代码vode,hth,谢谢,我已经尝试了tag:IntentResolver,但我看不到日志。结果证明这是一个愚蠢的问题:我忘了称之为星际触觉(intent)。

我想调试android中意图的解析

我使用的是官方文件中描述的

问题是我应该在LogCat中设置哪个过滤器,以便只能看到与意向解析调试相关的日志。


我已经尝试了
tag:IntentResolver
tag:.*Intent.
但没有成功。

使用
tag:IntentResolver
作为LogCat的过滤器,您可以看到解析调试信息。

查看源代码vode,hth,谢谢,我已经尝试了tag:IntentResolver,但我看不到日志。结果证明这是一个愚蠢的问题:我忘了称之为星际触觉(intent)。