Home
last modified time | relevance | path

Searched refs:APP_LOGD (Results 1 - 25 of 188) sorted by relevance

12345678

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_app_helper.cpp27 APP_LOGD("enter SaveSandboxAppInfo"); in SaveSandboxAppInfo()
34 APP_LOGD("sandbox app not supported"); in SaveSandboxAppInfo()
41 APP_LOGD("enter DeleteSandboxAppInfo"); in DeleteSandboxAppInfo()
48 APP_LOGD("sandbox app not supported"); in DeleteSandboxAppInfo()
56 APP_LOGD("enter GetSandboxAppBundleInfo"); in GetSandboxAppBundleInfo()
63 APP_LOGD("sandbox app not supported"); in GetSandboxAppBundleInfo()
71 APP_LOGD("enter GenerateSandboxAppIndex"); in GenerateSandboxAppIndex()
78 APP_LOGD("sandbox app not supported"); in GenerateSandboxAppIndex()
86 APP_LOGD("enter DeleteSandboxAppIndex"); in DeleteSandboxAppIndex()
93 APP_LOGD("sandbo in DeleteSandboxAppIndex()
[all...]
H A Dbundle_sandbox_exception_handler.cpp45 APP_LOGD("receive action %{public}s", action.c_str()); in OnReceiveEvent()
48 APP_LOGD("userId %{public}d is unlocked", userId); in OnReceiveEvent()
64 APP_LOGD("the dir %{public}s needs to be deleted", dir.c_str()); in RemoveSandboxDataDir()
88 APP_LOGD("no sandbox app info"); in RemoveSandboxApp()
102 APP_LOGD("start to remove sandbox accessTokenId of %{public}s_%{public}d", bundleName.c_str(), in RemoveTokenIdAndKeepSandboxDir()
128 APP_LOGD("start to keep sandbox dir"); in KeepSandboxDirs()
135 APP_LOGD("to keep sandbox dirs data dir %{public}s, database dir %{public}s", baseDir.c_str(), in KeepSandboxDirs()
145 APP_LOGD("finish to keep sandbox dir"); in KeepSandboxDirs()
150 APP_LOGD("listen the unlock of someone user"); in ListeningUserUnlocked()
165 APP_LOGD("star in RemoveDataDir()
[all...]
H A Dbundle_sandbox_data_mgr.cpp51 APP_LOGD("save sandbox app %{public}s info successfully", key.c_str()); in SaveSandboxAppInfo()
68 APP_LOGD("delete sandbox app %{public}s info successfully", key.c_str()); in DeleteSandboxAppInfo()
149 APP_LOGD("GenerateSandboxAppIndex successfully"); in GenerateSandboxAppIndex()
155 APP_LOGD("GenerateSandboxAppIndex successfully"); in GenerateSandboxAppIndex()
174 APP_LOGD("GenerateSandboxAppIndex successfully with appIndex %{public}d", newAppIndex); in GenerateSandboxAppIndex()
214 APP_LOGD("GetSandboxHapModuleInfo %{public}s", abilityInfo.bundleName.c_str()); in GetSandboxHapModuleInfo()
241 APP_LOGD("GetInnerBundleInfoByUid with uid is %{public}d", uid); in GetInnerBundleInfoByUid()
243 APP_LOGD("the uid(%{public}d) is not an application", uid); in GetInnerBundleInfoByUid()
247 APP_LOGD("GetInnerBundleInfoByUid with userId is %{public}d", userId); in GetInnerBundleInfoByUid()
255 APP_LOGD("GetInnerBundleInfoByUi in GetInnerBundleInfoByUid()
[all...]
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.cpp28 APP_LOGD("enter"); in DumpInfos()
29 APP_LOGD("flag: %{public}d", flag); in DumpInfos()
30 APP_LOGD("bundleName: %{public}s", bundleName.c_str()); in DumpInfos()
42 APP_LOGD("enter"); in CleanBundleCacheFiles()
43 APP_LOGD("bundleName: %{public}s", bundleName.c_str()); in CleanBundleCacheFiles()
50 APP_LOGD("enter"); in CleanBundleDataFiles()
51 APP_LOGD("bundleName: %{public}s", bundleName.c_str()); in CleanBundleDataFiles()
57 APP_LOGD("enter"); in SetApplicationEnabled()
58 APP_LOGD("bundleName: %{public}s", bundleName.c_str()); in SetApplicationEnabled()
59 APP_LOGD("isEnabl in SetApplicationEnabled()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dsystem_ability_helper.cpp31 APP_LOGD("mock system ability helper get %{public}d system ability", systemAbilityId); in GetSystemAbility()
42 APP_LOGD("mock system ability helper add system ability erase exist key"); in AddSystemAbility()
44 APP_LOGD("mock system ability helper emplace %{public}d system ability", systemAbilityId); in AddSystemAbility()
52 APP_LOGD("mock system ability helper remove system ability"); in RemoveSystemAbility()
54 APP_LOGD("mock system ability helper remove %{public}d system ability erase exist key", systemAbilityId); in RemoveSystemAbility()
72 APP_LOGD("mock system ability helper unload system ability"); in UnloadSystemAbility()
74 APP_LOGD("mock system ability helper unload %{public}d system ability erase exist key", systemAbilityId); in UnloadSystemAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_request.cpp50 APP_LOGD("ret is %{public}d, szDatasizeThreshold is %{public}d", ret, atoi(szDatasizeThreshold)); in InitAgingDatasizeThreshold()
52 APP_LOGD("GetParameter failed"); in InitAgingDatasizeThreshold()
58 APP_LOGD("AgingRequest init aging data size threshold success"); in InitAgingDatasizeThreshold()
67 APP_LOGD("ret is %{public}d, szOneDayTimeMs is %{public}d", ret, atoi(szOneDayTimeMs)); in InitAgingOneDayTimeMs()
69 APP_LOGD("GetParameter failed"); in InitAgingOneDayTimeMs()
75 APP_LOGD("AgingRequest init aging one day time ms success"); in InitAgingOneDayTimeMs()
87 APP_LOGD("totalDataBytes: %{public}" PRId64 ", totalDataBytesThreshold: %{public}" PRId64, in IsReachStartAgingThreshold()
94 APP_LOGD("totalDataBytes: %{public}" PRId64 ", totalDataBytesThreshold: %{public}" PRId64, in IsReachEndAgingThreshold()
117 APP_LOGD("bundle: %{public}s, lastTimeUsed: %{public}" PRId64 ", startCount: %{public}d", in Dump()
H A Dbundle_aging_mgr.cpp71 APP_LOGD("ret is %{public}d, szTimerThresold is %{public}d", ret, atoi(szTimerThresold)); in InitAgingTimerInterval()
73 APP_LOGD("GetParameter failed"); in InitAgingTimerInterval()
79 APP_LOGD("BundleAgingMgr init aging timer success"); in InitAgingTimerInterval()
88 APP_LOGD("ret is %{public}d, szBatteryThresold is %{public}d", ret, atoi(szBatteryThresold)); in InitAgingBatteryThresold()
90 APP_LOGD("GetParameter failed"); in InitAgingBatteryThresold()
96 APP_LOGD("BundleAgingMgr init battery threshold success"); in InitAgingBatteryThresold()
115 APP_LOGD("stop aging task"); in ScheduleLoopTask()
119 APP_LOGD("begin to run aging task"); in ScheduleLoopTask()
122 APP_LOGD("aging task done"); in ScheduleLoopTask()
125 APP_LOGD("submi in ScheduleLoopTask()
[all...]
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp264 APP_LOGD("current developer mode is: %{public}d", isDeveloperMode); in RunAsHelpCommand()
320 APP_LOGD("'bm copy-ap' %{public}s", HELP_MSG_NO_OPTION.c_str()); in RunAsCopyApCommand()
348 APP_LOGD("'bm copy-ap -n' with no argument."); in ParseCopyApCommand()
369 APP_LOGD("'bm copy-ap %{public}s'", argv_[optind - 1]); in ParseCopyApCommand()
376 APP_LOGD("'bm copy-ap %{public}s'", argv_[optind - 1]); in ParseCopyApCommand()
383 APP_LOGD("'bm copy-ap %{public}s %{public}s'", argv_[optind - OFFSET_REQUIRED_ARGUMENT], optarg); in ParseCopyApCommand()
388 APP_LOGD("'bm copy-ap %{public}s'", argv_[optind - 1]); in ParseCopyApCommand()
410 APP_LOGD("option: %{public}d, optopt: %{public}d, optind: %{public}d", option, optopt, optind); in RunAsCompileCommand()
420 APP_LOGD("'bm compile' %{public}s", HELP_MSG_NO_OPTION.c_str()); in RunAsCompileCommand()
432 APP_LOGD("'b in RunAsCompileCommand()
[all...]
H A Dbundle_test_tool.cpp1111 APP_LOGD("option: %{public}d, optopt: %{public}d, optind: %{public}d", option, optopt, optind); in RunAsCheckCommand()
1120 APP_LOGD("'CheckAbilityEnableInstall' with no option."); in RunAsCheckCommand()
1161 APP_LOGD("bundleName: %{public}s, moduleName:%{public}s, enable:%{public}d", bundleName.c_str(), moduleName.c_str(), in SetIsRemovableOperation()
1164 APP_LOGD("SetModuleRemovable end bundleName: %{public}d", ret); in SetIsRemovableOperation()
1175 APP_LOGD("bundleName: %{public}s, moduleName:%{public}s", bundleName.c_str(), moduleName.c_str()); in GetIsRemovableOperation()
1178 APP_LOGD("IsModuleRemovable end bundleName: %{public}s, isRemovable:%{public}d", bundleName.c_str(), isRemovable); in GetIsRemovableOperation()
1194 APP_LOGD("'bundle_test_tool %{public}s' with no option.", commandName.c_str()); in CheckRemovableErrorOption()
1206 APP_LOGD("'bundle_test_tool %{public}s' with an unknown option.", commandName.c_str()); in CheckRemovableErrorOption()
1209 APP_LOGD("'bundle_test_tool %{public}s -i' with no argument.", commandName.c_str()); in CheckRemovableErrorOption()
1215 APP_LOGD("'bundle_test_too in CheckRemovableErrorOption()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp47 APP_LOGD("begin"); in CopyDriverSoFile()
71 APP_LOGD("no driver so file needs to be cpoied"); in CopyDriverSoFile()
85 APP_LOGD("begin"); in FilterDriverSoFile()
89 APP_LOGD("metadata name %{public}s is not existed in driver properties", meta.name.c_str()); in FilterDriverSoFile()
111 APP_LOGD("fileName is %{public}s", fileName.c_str()); in FilterDriverSoFile()
114 APP_LOGD("metadata destined dir is %{public}s", destinedDir.c_str()); in FilterDriverSoFile()
135 APP_LOGD("begin"); in RemoveDriverSoFile()
140 APP_LOGD("extModuleName is %{public}s", extModuleName.c_str()); in RemoveDriverSoFile()
143 APP_LOGD("no driver extension(%{public}d) or moduleName(%{public}s) is not matched", in RemoveDriverSoFile()
151 APP_LOGD("metadat in RemoveDriverSoFile()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_manager_host_impl.cpp51 APP_LOGD("start to get all overlay moduleInfo of bundle %{public}s", bundleName.c_str()); in GetAllOverlayModuleInfo()
61 APP_LOGD("calling userId is %{public}d", userId); in GetAllOverlayModuleInfo()
73 APP_LOGD("start to get overlay moduleInfo of bundle %{public}s and module %{public}s", bundleName.c_str(), in GetOverlayModuleInfo()
84 APP_LOGD("calling userId is %{public}d", userId); in GetOverlayModuleInfo()
97 APP_LOGD("start to get overlay moduleInfo of module %{public}s", moduleName.c_str()); in GetOverlayModuleInfo()
107 APP_LOGD("calling userId is %{public}d", userId); in GetOverlayModuleInfo()
114 APP_LOGD("get overlay moduleInfo of bundle %{public}s", callingBundleName.c_str()); in GetOverlayModuleInfo()
122 APP_LOGD("start to get target overlay moduleInfo of target module %{public}s", targetModuleName.c_str()); in GetTargetOverlayModuleInfo()
132 APP_LOGD("calling userId is %{public}d", userId); in GetTargetOverlayModuleInfo()
139 APP_LOGD("ge in GetTargetOverlayModuleInfo()
[all...]
H A Dbundle_overlay_manager.cpp23 APP_LOGD("start"); in IsExistedNonOverlayHap()
33 APP_LOGD("start"); in GetInnerBundleInfo()
45 APP_LOGD("start"); in GetAllOverlayModuleInfo()
57 APP_LOGD("start"); in GetOverlayModuleInfo()
69 APP_LOGD("start"); in GetOverlayBundleInfoForTarget()
81 APP_LOGD("start"); in GetOverlayModuleInfoForTarget()
94 APP_LOGD("start"); in SetOverlayEnabled()
H A Dbundle_overlay_install_checker.cpp30 APP_LOGD("Start to check overlay installation"); in CheckOverlayInstallation()
40 APP_LOGD("the hap is not overlay hap"); in CheckOverlayInstallation()
61 APP_LOGD("check overlay installation successfully and overlay type is %{public}d", overlayType); in CheckOverlayInstallation()
63 APP_LOGD("overlay is not supported"); in CheckOverlayInstallation()
72 APP_LOGD("start"); in CheckInternalBundle()
109 APP_LOGD("check internal overlay installation successfully"); in CheckInternalBundle()
115 APP_LOGD("start"); in CheckExternalBundle()
171 APP_LOGD("check external overlay installation successfully"); in CheckExternalBundle()
178 APP_LOGD("current package is %{public}s", currentPackageName.c_str()); in CheckHapType()
197 APP_LOGD("star in CheckTargetPriority()
[all...]
H A Dbundle_overlay_data_manager.cpp96 APP_LOGD("start"); in UpdateExternalOverlayInfo()
101 APP_LOGD("no need to update external overlay info"); in UpdateExternalOverlayInfo()
138 APP_LOGD("start"); in BuildOverlayConnection()
153 APP_LOGD("start to update internal overlay connection of module %{public}s under user %{public}d", in BuildInternalOverlayConnection()
206 APP_LOGD("bundleDir is %{public}s", bundleDir.c_str()); in GetBundleDir()
212 APP_LOGD("start"); in RemoveOverlayModuleConnection()
225 APP_LOGD("start to remove internal overlay connection before update"); in RemoveOverlayModuleConnection()
231 APP_LOGD("start to remove external overlay connection before update"); in RemoveOverlayModuleConnection()
258 APP_LOGD("start"); in RemoveOverlayBundleInfo()
264 APP_LOGD("finis in RemoveOverlayBundleInfo()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_extractor.cpp29 APP_LOGD("BundleExtractor is created"); in BundleExtractor()
34 APP_LOGD("BundleExtractoris destroyed"); in ~BundleExtractor()
40 APP_LOGD("profile is module.json"); in ExtractProfile()
43 APP_LOGD("profile is config.json"); in ExtractProfile()
49 APP_LOGD("start to parse pack.info"); in ExtractPackFile()
H A Dbundle_event_callback_death_recipient.cpp24 APP_LOGD("create BundleEventCallbackDeathRecipient"); in BundleEventCallbackDeathRecipient()
29 APP_LOGD("destroy BundleEventCallbackDeathRecipient"); in ~BundleEventCallbackDeathRecipient()
34 APP_LOGD("bundle event service died, remove the proxy object"); in OnRemoteDied()
H A Dbundle_parser.cpp42 APP_LOGD("Parse rpcid output start, itemLen:%{public}d totalLen:%{public}d", itemLen, totalLen); in ParseStr()
104 APP_LOGD("parse from %{private}s", pathName.c_str()); in Parse()
119 APP_LOGD("module.json transform to InnerBundleInfo"); in Parse()
125 APP_LOGD("config.json transform to InnerBundleInfo"); in Parse()
148 APP_LOGD("parse from %{private}s", pathName.c_str()); in ParsePackInfo()
176 APP_LOGD("Parse sysCaps from %{private}s", pathName.c_str()); in ParseSysCap()
184 APP_LOGD("Rpcid.sc is not exist, and do not need verification sysCaps"); in ParseSysCap()
214 APP_LOGD("Parse sysCaps str success"); in ParseSysCap()
222 APP_LOGD("Parse preInstallConfig from %{public}s", configFile.c_str()); in ParsePreInstallConfig()
237 APP_LOGD("Pars in ParsePreUnInstallConfig()
[all...]
H A Dbundle_scanner.cpp43 APP_LOGD("path:%{private}s", dirPath.c_str()); in Scan()
50 APP_LOGD("scan result num:%{public}zu", entries_.size()); in Scan()
52 APP_LOGD("app item:%{private}s", item.c_str()); in Scan()
76 APP_LOGD("folder found:'%{private}s'", dirent->d_name); in ScanImpl()
/foundation/bundlemanager/bundle_framework/services/test/mock/src/
H A Dsystem_ability_helper.cpp29 APP_LOGD("mock system ability helper get %{public}d system ability", systemAbilityId); in GetSystemAbility()
40 APP_LOGD("mock system ability helper add system ability erase exist key"); in AddSystemAbility()
42 APP_LOGD("mock system ability helper emplace %{public}d system ability", systemAbilityId); in AddSystemAbility()
50 APP_LOGD("mock system ability helper remove system ability"); in RemoveSystemAbility()
52 APP_LOGD("mock system ability helper remove %{public}d system ability erase exist key", systemAbilityId); in RemoveSystemAbility()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dperf_profile.cpp25 APP_LOGD("create"); in PerfProfile()
30 APP_LOGD("destroy"); in ~PerfProfile()
276 APP_LOGD("start\n"); in Dump()
278 APP_LOGD("BmsLoadTime: %{public}" PRId64 "(ms) \n", (bmsLoadEnd_ - bmsLoadStart_)); in Dump()
281 APP_LOGD("BundleScanTime: %{public}" PRId64 "(ms) \n", (bundleScanEnd_ - bundleScanStart_)); in Dump()
284 APP_LOGD("BundleInstallTime: %{public}" PRId64 "(ms) \n", bundleInstallTime_); in Dump()
287 APP_LOGD("BundleUninstallTime: %{public}" PRId64 "(ms) \n", (bundleUninstallEnd_ - bundleUninstallStart_)); in Dump()
290 APP_LOGD("BundleParseTime: %{public}" PRId64 "(ms) \n", (bundleParseEnd_ - bundleParseStart_)); in Dump()
293 APP_LOGD("AmsLoadTime: %{public}" PRId64 "(ms) \n", (amsLoadEnd_ - amsLoadStart_)); in Dump()
296 APP_LOGD("AbilityLoadTim in Dump()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/
H A Doverlay_manager_proxy.cpp28 APP_LOGD("create OverlayManagerProxy"); in OverlayManagerProxy()
33 APP_LOGD("destroy OverlayManagerProxy"); in ~OverlayManagerProxy()
39 APP_LOGD("begin to call GetAllOverlayModuleInfo"); in GetAllOverlayModuleInfo()
69 APP_LOGD("begin to call GetOverlayModuleInfo"); in GetOverlayModuleInfo()
101 APP_LOGD("begin to call GetOverlayModuleInfo"); in GetOverlayModuleInfo()
129 APP_LOGD("begin to call GetTargetOverlayModuleInfo"); in GetTargetOverlayModuleInfo()
159 APP_LOGD("begin to call GetOverlayModuleInfoByBundleName"); in GetOverlayModuleInfoByBundleName()
193 APP_LOGD("begin to call GetOverlayModuleInfoForTarget"); in GetOverlayModuleInfoForTarget()
226 APP_LOGD("begin to call SetOverlayEnabledForSelf"); in SetOverlayEnabledForSelf()
267 APP_LOGD("begi in SetOverlayEnabled()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp48 APP_LOGD("create bundleMgrClientImpl"); in BundleMgrClientImpl()
53 APP_LOGD("destroy bundleMgrClientImpl"); in ~BundleMgrClientImpl()
88 APP_LOGD("enter"); in GetBundlePackInfo()
100 APP_LOGD("enter"); in CreateBundleDataDir()
139 APP_LOGD("The size of the profile info is : %{public}zu", profileInfos.size()); in GetResConfigFile()
156 APP_LOGD("The size of the profile info is : %{public}zu", profileInfos.size()); in GetResConfigFile()
179 APP_LOGD("get extension config file from extension dir begin"); in GetProfileFromExtension()
198 APP_LOGD("get ability config file from ability begin"); in GetProfileFromAbility()
217 APP_LOGD("get hap module config file from hap begin"); in GetProfileFromHap()
241 APP_LOGD("n in ConvertResourcePath()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_manager.cpp33 APP_LOGD("AppProvisionInfoManager::AddAppProvisionInfo bundleName: %{public}s", bundleName.c_str()); in AddAppProvisionInfo()
39 APP_LOGD("AppProvisionInfoManager::DeleteAppProvisionInfo bundleName: %{public}s", bundleName.c_str()); in DeleteAppProvisionInfo()
46 APP_LOGD("AppProvisionInfoManager::GetAppProvisionInfo bundleName: %{public}s", bundleName.c_str()); in GetAppProvisionInfo()
52 APP_LOGD("AppProvisionInfoManager::GetAllAppProvisionInfoBundleName"); in GetAllAppProvisionInfoBundleName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp26 APP_LOGD("shared bundle installer instance is created"); in SharedBundleInstaller()
31 APP_LOGD("shared bundle installer instance is destroyed"); in ~SharedBundleInstaller()
73 APP_LOGD("dependencies of %{public}s is empty", innerBundleInfo.GetBundleName().c_str()); in CheckDependency()
85 APP_LOGD("inner-app dependency: %{public}s", GetJsonStrFromInfo(dependency).c_str()); in CheckDependency()
91 APP_LOGD("dependency found in installing shared bundles: %{public}s", in CheckDependency()
97 APP_LOGD("dependency found in installed shared bundles: %{public}s", in CheckDependency()
110 APP_LOGD("dependencies are satisfied"); in CheckDependency()
147 APP_LOGD("install shared bundles success"); in Install()
191 APP_LOGD("GetCallingEventInfo start, bundleName:%{public}s", eventInfo.callingBundleName.c_str()); in GetCallingEventInfo()
/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp37 APP_LOGD("DistributedBmsProxy GetRemoteAbilityInfo"); in GetRemoteAbilityInfo()
45 APP_LOGD("DistributedBmsProxy GetRemoteAbilityInfoWithLocale"); in GetRemoteAbilityInfo()
77 APP_LOGD("DistributedBmsProxy GetRemoteAbilityInfos"); in GetRemoteAbilityInfos()
85 APP_LOGD("DistributedBmsProxy GetRemoteAbilityInfosWithLocale"); in GetRemoteAbilityInfos()
119 APP_LOGD("DistributedBmsProxy GetAbilityInfo"); in GetAbilityInfo()
127 APP_LOGD("DistributedBmsProxy GetAbilityInfoWithLocale"); in GetAbilityInfo()
154 APP_LOGD("DistributedBmsProxy GetAbilityInfos"); in GetAbilityInfos()
162 APP_LOGD("DistributedBmsProxy GetAbilityInfos"); in GetAbilityInfos()
189 APP_LOGD("DistributedBmsProxy GetDistributedBundleInfo"); in GetDistributedBundleInfo()
273 APP_LOGD("ge in GetParcelableInfo()
[all...]

Completed in 16 milliseconds

12345678