From 4ec30c4521bad6a7e63b5e6a8b6c867f2a2b3c5b Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 24 十一月 2022 14:02:38 +0800 Subject: [PATCH] 123 --- AndroidOpenDemo/.idea/workspace.xml | 284 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 246 insertions(+), 38 deletions(-) diff --git a/AndroidOpenDemo/.idea/workspace.xml b/AndroidOpenDemo/.idea/workspace.xml index dd65295..b7ae186 100644 --- a/AndroidOpenDemo/.idea/workspace.xml +++ b/AndroidOpenDemo/.idea/workspace.xml @@ -6,20 +6,26 @@ </shared> </component> <component name="AndroidLogFilters"> - <option name="TOOL_WINDOW_LOG_LEVEL" value="error" /> + <option name="TOOL_WINDOW_CUSTOM_FILTER" value="HttpSend" /> + <option name="TOOL_WINDOW_LOG_LEVEL" value="verbose" /> <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" /> + <option name="TOOL_WINDOW_REGEXP_FILTER" value="false" /> </component> <component name="AutoImportSettings"> <option name="autoReloadType" value="NONE" /> </component> <component name="ChangeListManager"> - <list default="true" id="7bacc5cf-316f-4ad4-b191-7f5297eb7bcf" name="Default Changelist" comment="" /> + <list default="true" id="7bacc5cf-316f-4ad4-b191-7f5297eb7bcf" name="Default Changelist" comment=""> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/p_bindsuccess/BindSuccessFragment.java" beforeDir="false" afterPath="$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/p_bindsuccess/BindSuccessFragment.java" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml" beforeDir="false" afterPath="$PROJECT_DIR$/DeviceAddModule/src/main/res/layout/fragment_bind_success.xml" afterDir="false" /> + </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> - <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[]" /> + <component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[M7BBB18B19152766]" /> <component name="ExternalProjectsData"> <projectState path="$PROJECT_DIR$"> <ProjectState /> @@ -115,35 +121,52 @@ <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"> + <property name="DeviceAndSnapshotComboBoxAction.selectedDevice" value="M7BBB18B19152766" /> + <property name="DeviceAndSnapshotComboBoxAction.selectionTime" value="2022-11-21T06:37:44.567Z" /> <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="RunOnceActivity.cidr.known.project.marker" value="true" /> + <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> + <property name="android-custom-view/Users/hdl/Library/Developer/Xamarin/android-sdk-macosx/sources/android-29/android/view/View.java_SELECTED" value="View" /> <property name="cidr.known.project.marker" value="true" /> <property name="dart.analysis.tool.window.visible" value="false" /> - <property name="last_opened_file_path" value="$PROJECT_DIR$" /> - <property name="memory.settings.postsync.last.time.stamp" value="1666919827702" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$/app/src/main/res/layout" /> + <property name="memory.settings.postsync.last.time.stamp" value="1669180114457" /> + <property name="multi-representation-preview/Users/hdl/Library/Developer/Xamarin/android-sdk-macosx/sources/android-29/android/view/View.java_selected" value="Custom views" /> <property name="project.structure.last.edited" value="Dependencies" /> <property name="project.structure.proportion" value="0.17" /> <property name="project.structure.side.proportion" value="0.2" /> - <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" /> + <property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.gradle" /> <property name="show.migrate.to.gradle.popup" value="false" /> </component> <component name="PsdUISettings"> <option name="LAST_EDITED_BUILD_TYPE" value="release" /> </component> <component name="RecentsManager"> - <key name="CopyFile.RECENT_KEYS"> - <recent name="$PROJECT_DIR$/app/src/main/java/com/hdl" /> - <recent name="$PROJECT_DIR$/app/src/main/res/drawable" /> - <recent name="$PROJECT_DIR$/app/src/main/res/mipmap-xhdpi" /> - <recent name="$PROJECT_DIR$/app/src/main/res/layout" /> - <recent name="$PROJECT_DIR$/app/src/main/java/com" /> - </key> <key name="MoveClassesOrPackagesDialog.RECENTS_KEY"> <recent name="com" /> </key> + <key name="CopyClassDialog.RECENTS_KEY"> + <recent name="com.common.openapi" /> + <recent name="com.utils" /> + <recent name="com.mm.android.deviceaddmodule.utils" /> + </key> + <key name="CopyFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$/app/src/main/res/layout" /> + <recent name="$PROJECT_DIR$/app/src/main/java/com/utils" /> + <recent name="$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui" /> + <recent name="$PROJECT_DIR$/DeviceAddModule/libs" /> + <recent name="$PROJECT_DIR$/app/src/main/java/com/hdl" /> + </key> </component> <component name="RunManager" selected="Android App.app"> + <configuration default="true" type="AndroidJUnit" factoryName="Android JUnit"> + <option name="TEST_OBJECT" value="class" /> + <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> + <method v="2"> + <option name="Android.Gradle.BeforeRunTask" enabled="true" /> + </method> + </configuration> <configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false"> <module name="LCAndroidSDKDemo.app" /> <option name="DEPLOY" value="true" /> @@ -152,7 +175,6 @@ <option name="ARTIFACT_NAME" value="" /> <option name="PM_INSTALL_OPTIONS" value="" /> <option name="ALL_USERS" value="false" /> - <option name="ALWAYS_INSTALL_WITH_PM" value="false" /> <option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" /> <option name="ACTIVITY_EXTRA_FLAGS" value="" /> <option name="MODE" value="default_activity" /> @@ -160,7 +182,6 @@ <option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" /> <option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" /> <option name="FORCE_STOP_RUNNING_APP" value="true" /> - <option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" /> <option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" /> <option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" /> <option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" /> @@ -219,12 +240,10 @@ </option> <option name="vmOptions" /> </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> - <configuration name="AndroidOpenDemo:DeviceAddModule [assemble]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> + <configuration name="AndroidOpenDemo:DeviceAddModule [assembleRelease]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> <ExternalSystemSettings> <option name="executionName" /> <option name="externalProjectPath" value="$PROJECT_DIR$/DeviceAddModule" /> @@ -235,14 +254,12 @@ </option> <option name="taskNames"> <list> - <option value="assemble" /> + <option value="assembleRelease" /> </list> </option> <option name="vmOptions" /> </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> <configuration name="AndroidOpenDemo:app [assembleDebug]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> @@ -261,15 +278,13 @@ </option> <option name="vmOptions" /> </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> - <configuration name="AndroidOpenDemo:usermodule [assembleDebug]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> + <configuration name="AndroidOpenDemo:app [assembleRelease]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> <ExternalSystemSettings> <option name="executionName" /> - <option name="externalProjectPath" value="$PROJECT_DIR$/usermodule" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/app" /> <option name="externalSystemIdString" value="GRADLE" /> <option name="scriptParameters" /> <option name="taskDescriptions"> @@ -277,14 +292,12 @@ </option> <option name="taskNames"> <list> - <option value="assembleDebug" /> + <option value="assembleRelease" /> </list> </option> <option name="vmOptions" /> </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> <configuration name="AndroidOpenDemo:usermodule [assembleRelease]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> @@ -303,22 +316,23 @@ </option> <option name="vmOptions" /> </ExternalSystemSettings> - <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess> - <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess> - <DebugAllEnabled>false</DebugAllEnabled> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> <recent_temporary> <list> + <item itemvalue="Gradle.AndroidOpenDemo:app [assembleRelease]" /> + <item itemvalue="Gradle.AndroidOpenDemo:DeviceAddModule [assembleRelease]" /> <item itemvalue="Gradle.AndroidOpenDemo:app [assembleDebug]" /> <item itemvalue="Gradle.AndroidOpenDemo:DeviceAddModule [assembleDebug]" /> <item itemvalue="Gradle.AndroidOpenDemo:usermodule [assembleRelease]" /> - <item itemvalue="Gradle.AndroidOpenDemo:usermodule [assembleDebug]" /> - <item itemvalue="Gradle.AndroidOpenDemo:DeviceAddModule [assemble]" /> </list> </recent_temporary> </component> - <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="SpellCheckerSettings" BundledDictionaries="0" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" Dictionaries="0" CorrectionsLimit="5" DefaultDictionary="application-level" UseSingleDictionary="true" /> + <component name="SvnConfiguration"> + <configuration /> + </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="7bacc5cf-316f-4ad4-b191-7f5297eb7bcf" name="Default Changelist" comment="" /> @@ -346,4 +360,198 @@ <path value="$PROJECT_DIR$" /> </ignored-roots> </component> + <component name="WindowStateProjectService"> + <state x="321" y="0" key="#app" timestamp="1669252776150"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state x="321" y="0" key="#app/0.0.1280.800@0.0.1280.800" timestamp="1669252776150" /> + <state x="453" y="113" key="#com.intellij.ide.util.MemberChooser" timestamp="1669257253970"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state x="453" y="113" key="#com.intellij.ide.util.MemberChooser/0.0.1280.800@0.0.1280.800" timestamp="1669257253970" /> + <state width="469" height="466" key="DebuggerActiveHint" timestamp="1669268288615"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="469" height="466" key="DebuggerActiveHint/0.0.1280.800@0.0.1280.800" timestamp="1669268288615" /> + <state width="1236" height="164" key="GridCell.Tab.0.bottom" timestamp="1669269694237"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.0.bottom/0.0.1280.800@0.0.1280.800" timestamp="1669269694237" /> + <state width="1236" height="262" key="GridCell.Tab.0.bottom/0.23.1280.777@0.23.1280.777" timestamp="1669267473682" /> + <state width="1236" height="164" key="GridCell.Tab.0.center" timestamp="1669269694235"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.0.center/0.0.1280.800@0.0.1280.800" timestamp="1669269694235" /> + <state width="1236" height="262" key="GridCell.Tab.0.center/0.23.1280.777@0.23.1280.777" timestamp="1669267473681" /> + <state width="1236" height="164" key="GridCell.Tab.0.left" timestamp="1669269694233"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.0.left/0.0.1280.800@0.0.1280.800" timestamp="1669269694233" /> + <state width="1236" height="262" key="GridCell.Tab.0.left/0.23.1280.777@0.23.1280.777" timestamp="1669267473680" /> + <state width="1236" height="164" key="GridCell.Tab.0.right" timestamp="1669269694236"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.0.right/0.0.1280.800@0.0.1280.800" timestamp="1669269694236" /> + <state width="1236" height="262" key="GridCell.Tab.0.right/0.23.1280.777@0.23.1280.777" timestamp="1669267473682" /> + <state width="1236" height="164" key="GridCell.Tab.1.bottom" timestamp="1669269689052"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.1.bottom/0.0.1280.800@0.0.1280.800" timestamp="1669269689052" /> + <state width="1236" height="164" key="GridCell.Tab.1.bottom/0.23.1280.777@0.23.1280.777" timestamp="1669268592777" /> + <state width="1236" height="164" key="GridCell.Tab.1.center" timestamp="1669269689051"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.1.center/0.0.1280.800@0.0.1280.800" timestamp="1669269689051" /> + <state width="1236" height="164" key="GridCell.Tab.1.center/0.23.1280.777@0.23.1280.777" timestamp="1669268592777" /> + <state width="1236" height="164" key="GridCell.Tab.1.left" timestamp="1669269689050"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.1.left/0.0.1280.800@0.0.1280.800" timestamp="1669269689050" /> + <state width="1236" height="164" key="GridCell.Tab.1.left/0.23.1280.777@0.23.1280.777" timestamp="1669268592776" /> + <state width="1236" height="164" key="GridCell.Tab.1.right" timestamp="1669269689051"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state width="1236" height="164" key="GridCell.Tab.1.right/0.0.1280.800@0.0.1280.800" timestamp="1669269689051" /> + <state width="1236" height="164" key="GridCell.Tab.1.right/0.23.1280.777@0.23.1280.777" timestamp="1669268592777" /> + <state x="332" y="155" width="774" height="490" key="find.popup" timestamp="1669267701624"> + <screen x="0" y="0" width="1280" height="800" /> + </state> + <state x="332" y="155" width="774" height="490" key="find.popup/0.0.1280.800@0.0.1280.800" timestamp="1669267701624" /> + </component> + <component name="XDebuggerManager"> + <breakpoint-manager> + <breakpoints> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>jar://$PROJECT_DIR$/DeviceAddModule/libs/lechangeSDK.jar!/com/lechange/opensdk/media/LCOpenSDK_ParamReal.class</url> + <line>46</line> + <option name="timeStamp" value="2" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceOnlineMediaPlayActivity.java</url> + <line>1085</line> + <option name="timeStamp" value="4" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/common/openapi/DeviceSubAccountListService.java</url> + <line>19</line> + <option name="timeStamp" value="11" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceListActivity.java</url> + <line>112</line> + <option name="timeStamp" value="21" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceListActivity.java</url> + <line>108</line> + <option name="timeStamp" value="26" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceListActivity.java</url> + <line>237</line> + <option name="timeStamp" value="40" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/common/openapi/DeviceInfoOpenApiManager.java</url> + <line>73</line> + <option name="timeStamp" value="61" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/HttpSend.java</url> + <line>194</line> + <option name="timeStamp" value="84" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/adapter/DeviceListAdapter.java</url> + <line>48</line> + <option name="timeStamp" value="92" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceRecordListActivity.java</url> + <line>36</line> + <option name="timeStamp" value="94" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/app/src/main/java/com/lechange/demo/ui/DeviceOnlineMediaPlayActivity.java</url> + <line>410</line> + <option name="timeStamp" value="98" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/HttpSend.java</url> + <line>59</line> + <option name="timeStamp" value="118" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/model/DeviceAddModel.java</url> + <line>162</line> + <option name="timeStamp" value="119" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/CloudConnectPresenter.java</url> + <line>96</line> + <option name="timeStamp" value="121" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/DevLoginPresenter.java</url> + <line>137</line> + <option name="timeStamp" value="122" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/DevSecCodePresenter.java</url> + <line>89</line> + <option name="timeStamp" value="123" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/DevSecCodePresenter.java</url> + <line>40</line> + <option name="timeStamp" value="124" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/DevSecCodePresenter.java</url> + <line>35</line> + <option name="timeStamp" value="125" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/TypeChoosePresenter.java</url> + <line>48</line> + <option name="timeStamp" value="126" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/ScanPresenter.java</url> + <line>98</line> + <option name="timeStamp" value="127" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/ScanPresenter.java</url> + <line>114</line> + <option name="timeStamp" value="130" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/DeviceAddOpenApiManager.java</url> + <line>268</line> + <option name="timeStamp" value="133" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/ScanPresenter.java</url> + <line>109</line> + <option name="timeStamp" value="135" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/presenter/ScanPresenter.java</url> + <line>107</line> + <option name="timeStamp" value="136" /> + </line-breakpoint> + <line-breakpoint enabled="true" suspend="THREAD" type="java-line"> + <url>file://$PROJECT_DIR$/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/helper/PageNavigationHelper.java</url> + <line>455</line> + <option name="timeStamp" value="137" /> + </line-breakpoint> + </breakpoints> + </breakpoint-manager> + <watches-manager> + <configuration name="app"> + <watch expression="LCDeviceEngine.newInstance().subAccessToken" language="JAVA" /> + </configuration> + </watches-manager> + </component> </project> \ No newline at end of file -- Gitblit v1.8.0