ipu的trunk版的android工程和服务端工程。

count-config.xml 957B

    <?xml version="1.0" encoding="UTF-8"?> <config> <monitor class="com.ai.ipu.count.test.monitor.TestIpuCountMonitor"> <count class="com.ai.ipu.count.test.count.impl.TestCountBean"> <method>sayHello</method> <method>sayBye</method> </count> <!-- 测试没有监控方法的情况 --> <!-- <count class="com.ai.ipu.count.test.count.impl.TestCountBean"> </count> --> </monitor> <monitor class="com.ai.ipu.count.test.monitor.TestIpuCountOtherMonitor"> <count class="com.ai.ipu.count.test.count.impl.TestCountOtherBean"> <method>sayHello</method> <method>sayBye</method> </count> <!-- 测试重复配置的异常情况 --> <!-- <count class="com.ai.ipu.count.test.count.impl.TestCountBean"> <method>sayHello</method> <method>sayBye</method> </count> --> </monitor> </config>