From 47f179be722a61c95cc03c8f90e1aa91c12d1124 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期三, 23 十月 2024 18:49:23 +0800
Subject: [PATCH] UI走查,安卓

---
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/CollectionIcon.png           |    0 
 HDL-ON_Android/Properties/AndroidManifest.xml                                    |    2 
 HDL-ON_Android/AgreementActivity.cs                                              |    8 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png       |    0 
 HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs               |   20 
 HDL-ON_iOS/HDL-ON_iOS.csproj                                                     |    2 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png             |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/TopViewBg.png                  |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/TopViewBg.png                |    0 
 DLL/Android/HdlEzvizDroid.dll                                                    |    0 
 HDL-ON_iOS/AppDelegate.cs                                                        |   24 
 HDL-ON_Android/HDL-ON_Android.csproj                                             |   13 
 HDL-ON_Android/SplashActivity.cs                                                 |    5 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/TopViewBg.png               |    0 
 HDL-ON_Android/Resources/drawable/splash_background.xml                          |    9 
 HDL-ON_Android/Resources/values/styles.xml                                       |    6 
 HDL-ON_Android/Resources/Resource.designer.cs                                    | 3788 +++++++++---------
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png               |    0 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/TopViewBg.png               |    0 
 HDL_ON/UI/UI1-Login/LoginPage.cs                                                 |    2 
 HDL-ON_Android/Application.cs                                                    |    1 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/CollectionIcon.png             |    0 
 HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption_Histogram.cs |    4 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/CollectionIcon.png            |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/grey/CollectionIcon.png             |    0 
 HDL-ON_Android/Assets/BEBAS.ttf                                                  |    0 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/TopViewBg.png                 |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png              |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/CollectionIcon.png           |    0 
 HDL_ON/UI/UI2/FuntionControlView/Acst/AcstParentPage.cs                          |  143 
 /dev/null                                                                        | 7302 -------------------------------------
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/CollectionIcon.png          |    0 
 HDL_ON/UI/UI2/FuntionControlView/Acst/WetarHeaterJinmaoHistoryPage.cs            |   20 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/grey/CollectionIcon.png            |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png                |    0 
 HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs                      |  120 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png          |    0 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png        |    0 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/CollectionIcon.png          |    0 
 HDL_ON/DAL/DriverLayer/Control_TcpClient.cs                                      |   12 
 HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png         |    0 
 HDL_ON/UI/UI2/FuntionControlView/Acst/WaterHeaterJinmaoPage.cs                   |   89 
 HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/TopViewBg.png                |    0 
 43 files changed, 2,176 insertions(+), 9,394 deletions(-)

diff --git a/DLL/Android/HdlEzvizDroid.dll b/DLL/Android/HdlEzvizDroid.dll
index 0f2639a..e2281fa 100644
--- a/DLL/Android/HdlEzvizDroid.dll
+++ b/DLL/Android/HdlEzvizDroid.dll
Binary files differ
diff --git a/HDL-ON_Android/AgreementActivity.cs b/HDL-ON_Android/AgreementActivity.cs
index 74b520d..8bacbc0 100644
--- a/HDL-ON_Android/AgreementActivity.cs
+++ b/HDL-ON_Android/AgreementActivity.cs
@@ -18,8 +18,9 @@
         {
             try
             {
+                Console.WriteLine("xxxxxxxxxxxcccc");
                 base.OnCreate(savedInstanceState);
-
+                
                 // Create your application here
                 SetContentView(Resource.Layout.activity_splash);
 
@@ -66,10 +67,11 @@
                     SetResult(Result.Ok, Intent);
                     Finish();
                 };
-            }catch(Exception ex)
+                Console.WriteLine("xxxxxxxxxxxcccc2");
+            }
+            catch (Exception ex)
             {
                 Console.WriteLine("AgreementActivity----------------------------1"+ex.Message);
-
             }
         }
     }
diff --git a/HDL-ON_Android/Application.cs b/HDL-ON_Android/Application.cs
index 0aec7bf..5d85593 100644
--- a/HDL-ON_Android/Application.cs
+++ b/HDL-ON_Android/Application.cs
@@ -36,7 +36,6 @@
         public Application(IntPtr handle, Android.Runtime.JniHandleOwnership ownerShip) : base(handle, ownerShip) { }
         public override void OnCreate()
         {
-
             if (Shared.Application.Activity != null)
             {
                 //reStartApp(this);
diff --git a/HDL-ON_Android/Assets/BEBAS.ttf b/HDL-ON_Android/Assets/BEBAS.ttf
new file mode 100644
index 0000000..eaff486
--- /dev/null
+++ b/HDL-ON_Android/Assets/BEBAS.ttf
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
index b00cac3..1d04f49 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png
new file mode 100644
index 0000000..a6f3979
--- /dev/null
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
index 4fe6422..4c0eac1 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png
new file mode 100644
index 0000000..cca70f7
--- /dev/null
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/CollectionIcon.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
index 3fba8ae..221c177 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/TopViewBg.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/TopViewBg.png
index f08940f..726fe18 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/TopViewBg.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/blue/TopViewBg.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/grey/CollectionIcon.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
index ecc088b..5e7e27a 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/CollectionIcon.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
index 870e691..9112db9 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/TopViewBg.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/TopViewBg.png
index 9bc0612..0a446c7 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/TopViewBg.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/orange/TopViewBg.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/CollectionIcon.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
index 6de3e23..536509d 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/TopViewBg.png b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/TopViewBg.png
index fe3ccbb..3d994eb 100644
--- a/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/TopViewBg.png
+++ b/HDL-ON_Android/Assets/Phone/FunctionIcon/Acst/purple/TopViewBg.png
Binary files differ
diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 4348464..452304f 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -189,9 +189,6 @@
     <Reference Include="Shared.Droid">
       <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath>
     </Reference>
-    <Reference Include="HdlEzvizDroid">
-      <HintPath>..\DLL\Android\HdlEzvizDroid.dll</HintPath>
-    </Reference>
     <Reference Include="Aliyun.Api.LogService">
       <HintPath>..\DLL\Aliyun.Api.LogService.dll</HintPath>
     </Reference>
@@ -203,6 +200,9 @@
     </Reference>
     <Reference Include="System.Net.Http">
       <HintPath>..\..\..\..\..\..\Library\Frameworks\Xamarin.Android.framework\Versions\13.2.2.0\lib\xamarin.android\xbuild-frameworks\MonoAndroid\v1.0\System.Net.Http.dll</HintPath>
+    </Reference>
+    <Reference Include="HdlEzvizDroid">
+      <HintPath>..\DLL\Android\HdlEzvizDroid.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>
@@ -672,6 +672,9 @@
     <AndroidAsset Include="Assets\Phone\Collection\TokenInvalidTipIcon.png" />
     <AndroidAsset Include="Assets\Phone\Public\RightIcon2.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\ArmSensor\Power80pIcon.png" />
+    <AndroidAsset Include="Assets\BEBAS.ttf" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Acst\Inverter\PvBgDischargeBg.png" />
+    <AndroidAsset Include="Assets\Phone\FunctionIcon\Acst\Inverter\PvBgRunBg.png" />
   </ItemGroup>
   <ItemGroup>
     <AndroidResource Include="Resources\values\colors.xml" />
@@ -931,6 +934,10 @@
       <SubType></SubType>
       <Generator></Generator>
     </AndroidResource>
+    <AndroidResource Include="Resources\drawable\splash_background.xml">
+      <SubType></SubType>
+      <Generator></Generator>
+    </AndroidResource>
   </ItemGroup>
   <ItemGroup>
     <AndroidAsset Include="Assets\Phone\Public\MsgIcon\TipSuccessIcon.png" />
diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml
index cbb316d..503ca59 100644
--- a/HDL-ON_Android/Properties/AndroidManifest.xml
+++ b/HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@
 锘�<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.7.1" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202410171">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.7.1" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202410231">
 	<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" />
 	<uses-permission android:name="android.permission.RECEIVE_SMS" />
 	<!--绋嬪簭鍙互璇诲彇璁惧澶栭儴瀛樺偍绌洪棿(鍐呯疆SDcard鍜屽缃甋DCard)鐨勬枃浠讹紝鎴戠殑鏂囦欢绛�-->
diff --git a/HDL-ON_Android/Resources/Resource.designer.cs b/HDL-ON_Android/Resources/Resource.designer.cs
index 6537ae2..b9fa45b 100644
--- a/HDL-ON_Android/Resources/Resource.designer.cs
+++ b/HDL-ON_Android/Resources/Resource.designer.cs
@@ -10692,271 +10692,274 @@
 			public const int speech_full_selector = 2131231796;
 			
 			// aapt resource value: 0x7F080435
-			public const int stop = 2131231797;
-			
-			// aapt resource value: 0x7F080438
-			public const int stopbtn_selector = 2131231800;
-			
-			// aapt resource value: 0x7F080439
-			public const int stoplay_btn = 2131231801;
-			
-			// aapt resource value: 0x7F08043A
-			public const int stoplay_btn_sel = 2131231802;
+			public const int splash_background = 2131231797;
 			
 			// aapt resource value: 0x7F080436
-			public const int stop_disable = 2131231798;
+			public const int stop = 2131231798;
 			
-			// aapt resource value: 0x7F080437
-			public const int stop_press = 2131231799;
+			// aapt resource value: 0x7F080439
+			public const int stopbtn_selector = 2131231801;
+			
+			// aapt resource value: 0x7F08043A
+			public const int stoplay_btn = 2131231802;
 			
 			// aapt resource value: 0x7F08043B
-			public const int success = 2131231803;
+			public const int stoplay_btn_sel = 2131231803;
+			
+			// aapt resource value: 0x7F080437
+			public const int stop_disable = 2131231799;
+			
+			// aapt resource value: 0x7F080438
+			public const int stop_press = 2131231800;
 			
 			// aapt resource value: 0x7F08043C
-			public const int success_icon = 2131231804;
+			public const int success = 2131231804;
 			
 			// aapt resource value: 0x7F08043D
-			public const int success_img = 2131231805;
+			public const int success_icon = 2131231805;
 			
 			// aapt resource value: 0x7F08043E
-			public const int sure_background_def = 2131231806;
+			public const int success_img = 2131231806;
 			
 			// aapt resource value: 0x7F08043F
-			public const int sure_background_sel = 2131231807;
+			public const int sure_background_def = 2131231807;
 			
 			// aapt resource value: 0x7F080440
-			public const int switch_camera = 2131231808;
+			public const int sure_background_sel = 2131231808;
 			
 			// aapt resource value: 0x7F080441
-			public const int switch_off = 2131231809;
+			public const int switch_camera = 2131231809;
 			
 			// aapt resource value: 0x7F080442
-			public const int switch_off_disable = 2131231810;
+			public const int switch_off = 2131231810;
 			
 			// aapt resource value: 0x7F080443
-			public const int switch_on = 2131231811;
+			public const int switch_off_disable = 2131231811;
 			
 			// aapt resource value: 0x7F080444
-			public const int switch_on_disable = 2131231812;
+			public const int switch_on = 2131231812;
 			
 			// aapt resource value: 0x7F080445
-			public const int tab_left = 2131231813;
+			public const int switch_on_disable = 2131231813;
 			
 			// aapt resource value: 0x7F080446
-			public const int tab_left_sel = 2131231814;
+			public const int tab_left = 2131231814;
 			
 			// aapt resource value: 0x7F080447
-			public const int tab_right = 2131231815;
+			public const int tab_left_sel = 2131231815;
 			
 			// aapt resource value: 0x7F080448
-			public const int tab_right_sel = 2131231816;
+			public const int tab_right = 2131231816;
 			
 			// aapt resource value: 0x7F080449
-			public const int text_cursor_drawable = 2131231817;
+			public const int tab_right_sel = 2131231817;
 			
 			// aapt resource value: 0x7F08044A
-			public const int tiltle_button_selector = 2131231818;
+			public const int text_cursor_drawable = 2131231818;
 			
 			// aapt resource value: 0x7F08044B
-			public const int timeline = 2131231819;
+			public const int tiltle_button_selector = 2131231819;
 			
 			// aapt resource value: 0x7F08044C
-			public const int timeline_sel = 2131231820;
+			public const int timeline = 2131231820;
 			
 			// aapt resource value: 0x7F08044D
-			public const int tip_background = 2131231821;
+			public const int timeline_sel = 2131231821;
 			
 			// aapt resource value: 0x7F08044E
-			public const int tip_textview_bg = 2131231822;
+			public const int tip_background = 2131231822;
 			
 			// aapt resource value: 0x7F08044F
-			public const int title_down_bg = 2131231823;
+			public const int tip_textview_bg = 2131231823;
 			
 			// aapt resource value: 0x7F080450
-			public const int title_down_play = 2131231824;
+			public const int title_down_bg = 2131231824;
 			
 			// aapt resource value: 0x7F080451
-			public const int title_down_play_sel = 2131231825;
+			public const int title_down_play = 2131231825;
 			
 			// aapt resource value: 0x7F080452
-			public const int title_down_play_selector = 2131231826;
+			public const int title_down_play_sel = 2131231826;
 			
 			// aapt resource value: 0x7F080453
-			public const int title_menu_bg = 2131231827;
+			public const int title_down_play_selector = 2131231827;
 			
 			// aapt resource value: 0x7F080454
-			public const int tittel_button_bg = 2131231828;
+			public const int title_menu_bg = 2131231828;
 			
 			// aapt resource value: 0x7F080455
-			public const int tittel_button_press_bg = 2131231829;
+			public const int tittel_button_bg = 2131231829;
 			
 			// aapt resource value: 0x7F080456
-			public const int tooltip_frame_dark = 2131231830;
+			public const int tittel_button_press_bg = 2131231830;
 			
 			// aapt resource value: 0x7F080457
-			public const int tooltip_frame_light = 2131231831;
+			public const int tooltip_frame_dark = 2131231831;
 			
 			// aapt resource value: 0x7F080458
-			public const int top_bar_bg = 2131231832;
+			public const int tooltip_frame_light = 2131231832;
 			
 			// aapt resource value: 0x7F080459
-			public const int track_bar_bg = 2131231833;
+			public const int top_bar_bg = 2131231833;
 			
 			// aapt resource value: 0x7F08045A
-			public const int translucent = 2131231834;
+			public const int track_bar_bg = 2131231834;
 			
 			// aapt resource value: 0x7F08045B
-			public const int transparent_divider = 2131231835;
+			public const int translucent = 2131231835;
 			
 			// aapt resource value: 0x7F08045C
-			public const int @unchecked = 2131231836;
+			public const int transparent_divider = 2131231836;
 			
 			// aapt resource value: 0x7F08045D
-			public const int unlock = 2131231837;
+			public const int @unchecked = 2131231837;
 			
 			// aapt resource value: 0x7F08045E
-			public const int unlock_def = 2131231838;
+			public const int unlock = 2131231838;
 			
 			// aapt resource value: 0x7F08045F
-			public const int unlock_sel = 2131231839;
-			
-			// aapt resource value: 0x7F080462
-			public const int upgrade = 2131231842;
+			public const int unlock_def = 2131231839;
 			
 			// aapt resource value: 0x7F080460
-			public const int up_horizontal = 2131231840;
-			
-			// aapt resource value: 0x7F080461
-			public const int up_twinkle = 2131231841;
+			public const int unlock_sel = 2131231840;
 			
 			// aapt resource value: 0x7F080463
-			public const int user = 2131231843;
+			public const int upgrade = 2131231843;
+			
+			// aapt resource value: 0x7F080461
+			public const int up_horizontal = 2131231841;
+			
+			// aapt resource value: 0x7F080462
+			public const int up_twinkle = 2131231842;
 			
 			// aapt resource value: 0x7F080464
-			public const int user_module_bg_commit_button = 2131231844;
+			public const int user = 2131231844;
 			
 			// aapt resource value: 0x7F080465
-			public const int user_module_bg_commit_button_press = 2131231845;
+			public const int user_module_bg_commit_button = 2131231845;
 			
 			// aapt resource value: 0x7F080466
-			public const int user_module_bg_commit_button_selector = 2131231846;
+			public const int user_module_bg_commit_button_press = 2131231846;
 			
 			// aapt resource value: 0x7F080467
-			public const int user_module_icon_login_account = 2131231847;
+			public const int user_module_bg_commit_button_selector = 2131231847;
 			
 			// aapt resource value: 0x7F080468
-			public const int vertical_preview_sound_selector = 2131231848;
+			public const int user_module_icon_login_account = 2131231848;
 			
 			// aapt resource value: 0x7F080469
-			public const int vertical_preview_stop_selector = 2131231849;
-			
-			// aapt resource value: 0x7F080479
-			public const int videogo_icon = 2131231865;
+			public const int vertical_preview_sound_selector = 2131231849;
 			
 			// aapt resource value: 0x7F08046A
-			public const int video_background = 2131231850;
-			
-			// aapt resource value: 0x7F08046B
-			public const int video_camera1_1 = 2131231851;
-			
-			// aapt resource value: 0x7F08046C
-			public const int video_camera1_2 = 2131231852;
-			
-			// aapt resource value: 0x7F08046D
-			public const int video_camera1_3 = 2131231853;
-			
-			// aapt resource value: 0x7F08046E
-			public const int video_file_watermark = 2131231854;
-			
-			// aapt resource value: 0x7F08046F
-			public const int video_quality_selector = 2131231855;
-			
-			// aapt resource value: 0x7F080470
-			public const int video_talk_sdk_icn_watch = 2131231856;
-			
-			// aapt resource value: 0x7F080471
-			public const int video_talk_sdk_placeholder_images_user = 2131231857;
-			
-			// aapt resource value: 0x7F080472
-			public const int video_talk_sdk_video_answer = 2131231858;
-			
-			// aapt resource value: 0x7F080473
-			public const int video_talk_sdk_video_hangup = 2131231859;
-			
-			// aapt resource value: 0x7F080474
-			public const int video_talk_sdk_video_record_off = 2131231860;
-			
-			// aapt resource value: 0x7F080475
-			public const int video_talk_sdk_video_record_on = 2131231861;
-			
-			// aapt resource value: 0x7F080476
-			public const int video_talk_sdk_video_snap = 2131231862;
-			
-			// aapt resource value: 0x7F080477
-			public const int video_talk_sdk_video_stop = 2131231863;
-			
-			// aapt resource value: 0x7F080478
-			public const int video_talk_sdk_video_switch_camera = 2131231864;
+			public const int vertical_preview_stop_selector = 2131231850;
 			
 			// aapt resource value: 0x7F08047A
-			public const int volume_icon = 2131231866;
+			public const int videogo_icon = 2131231866;
+			
+			// aapt resource value: 0x7F08046B
+			public const int video_background = 2131231851;
+			
+			// aapt resource value: 0x7F08046C
+			public const int video_camera1_1 = 2131231852;
+			
+			// aapt resource value: 0x7F08046D
+			public const int video_camera1_2 = 2131231853;
+			
+			// aapt resource value: 0x7F08046E
+			public const int video_camera1_3 = 2131231854;
+			
+			// aapt resource value: 0x7F08046F
+			public const int video_file_watermark = 2131231855;
+			
+			// aapt resource value: 0x7F080470
+			public const int video_quality_selector = 2131231856;
+			
+			// aapt resource value: 0x7F080471
+			public const int video_talk_sdk_icn_watch = 2131231857;
+			
+			// aapt resource value: 0x7F080472
+			public const int video_talk_sdk_placeholder_images_user = 2131231858;
+			
+			// aapt resource value: 0x7F080473
+			public const int video_talk_sdk_video_answer = 2131231859;
+			
+			// aapt resource value: 0x7F080474
+			public const int video_talk_sdk_video_hangup = 2131231860;
+			
+			// aapt resource value: 0x7F080475
+			public const int video_talk_sdk_video_record_off = 2131231861;
+			
+			// aapt resource value: 0x7F080476
+			public const int video_talk_sdk_video_record_on = 2131231862;
+			
+			// aapt resource value: 0x7F080477
+			public const int video_talk_sdk_video_snap = 2131231863;
+			
+			// aapt resource value: 0x7F080478
+			public const int video_talk_sdk_video_stop = 2131231864;
+			
+			// aapt resource value: 0x7F080479
+			public const int video_talk_sdk_video_switch_camera = 2131231865;
 			
 			// aapt resource value: 0x7F08047B
-			public const int volume_icon_sel = 2131231867;
-			
-			// aapt resource value: 0x7F080485
-			public const int waiting_bg = 2131231877;
-			
-			// aapt resource value: 0x7F080486
-			public const int waiting_progressbar_bg = 2131231878;
+			public const int volume_icon = 2131231867;
 			
 			// aapt resource value: 0x7F08047C
-			public const int wait_1 = 2131231868;
+			public const int volume_icon_sel = 2131231868;
 			
-			// aapt resource value: 0x7F08047D
-			public const int wait_2 = 2131231869;
-			
-			// aapt resource value: 0x7F08047E
-			public const int wait_3 = 2131231870;
-			
-			// aapt resource value: 0x7F08047F
-			public const int wait_4 = 2131231871;
-			
-			// aapt resource value: 0x7F080480
-			public const int wait_5 = 2131231872;
-			
-			// aapt resource value: 0x7F080481
-			public const int wait_6 = 2131231873;
-			
-			// aapt resource value: 0x7F080482
-			public const int wait_7 = 2131231874;
-			
-			// aapt resource value: 0x7F080483
-			public const int wait_8 = 2131231875;
-			
-			// aapt resource value: 0x7F080484
-			public const int wait_upload_img = 2131231876;
+			// aapt resource value: 0x7F080486
+			public const int waiting_bg = 2131231878;
 			
 			// aapt resource value: 0x7F080487
-			public const int water_alarm = 2131231879;
+			public const int waiting_progressbar_bg = 2131231879;
+			
+			// aapt resource value: 0x7F08047D
+			public const int wait_1 = 2131231869;
+			
+			// aapt resource value: 0x7F08047E
+			public const int wait_2 = 2131231870;
+			
+			// aapt resource value: 0x7F08047F
+			public const int wait_3 = 2131231871;
+			
+			// aapt resource value: 0x7F080480
+			public const int wait_4 = 2131231872;
+			
+			// aapt resource value: 0x7F080481
+			public const int wait_5 = 2131231873;
+			
+			// aapt resource value: 0x7F080482
+			public const int wait_6 = 2131231874;
+			
+			// aapt resource value: 0x7F080483
+			public const int wait_7 = 2131231875;
+			
+			// aapt resource value: 0x7F080484
+			public const int wait_8 = 2131231876;
+			
+			// aapt resource value: 0x7F080485
+			public const int wait_upload_img = 2131231877;
 			
 			// aapt resource value: 0x7F080488
-			public const int wifi_config_bg = 2131231880;
-			
-			// aapt resource value: 0x7F08048A
-			public const int wifi_connecting = 2131231882;
+			public const int water_alarm = 2131231880;
 			
 			// aapt resource value: 0x7F080489
-			public const int wifi_connect_tip = 2131231881;
+			public const int wifi_config_bg = 2131231881;
 			
 			// aapt resource value: 0x7F08048B
-			public const int yuntai_normal = 2131231883;
+			public const int wifi_connecting = 2131231883;
+			
+			// aapt resource value: 0x7F08048A
+			public const int wifi_connect_tip = 2131231882;
 			
 			// aapt resource value: 0x7F08048C
-			public const int yuntai_pressed = 2131231884;
+			public const int yuntai_normal = 2131231884;
 			
 			// aapt resource value: 0x7F08048D
-			public const int yxs_head = 2131231885;
+			public const int yuntai_pressed = 2131231885;
+			
+			// aapt resource value: 0x7F08048E
+			public const int yxs_head = 2131231886;
 			
 			static Drawable()
 			{
@@ -12165,11 +12168,11 @@
 			// aapt resource value: 0x7F09019D
 			public const int file_size_text = 2131296669;
 			
-			// aapt resource value: 0x7F090003
-			public const int FILL = 2131296259;
-			
 			// aapt resource value: 0x7F09019E
 			public const int fill = 2131296670;
+			
+			// aapt resource value: 0x7F090003
+			public const int FILL = 2131296259;
 			
 			// aapt resource value: 0x7F09019F
 			public const int fill_horizontal = 2131296671;
@@ -12697,2143 +12700,2149 @@
 			public const int iv_lp_unlock = 2131296839;
 			
 			// aapt resource value: 0x7F090248
-			public const int iv_more = 2131296840;
+			public const int iv_miroor_option = 2131296840;
 			
 			// aapt resource value: 0x7F090249
-			public const int iv_move_check = 2131296841;
+			public const int iv_more = 2131296841;
 			
 			// aapt resource value: 0x7F09024A
-			public const int iv_name_next = 2131296842;
+			public const int iv_move_check = 2131296842;
 			
 			// aapt resource value: 0x7F09024B
-			public const int iv_no_device = 2131296843;
+			public const int iv_name_next = 2131296843;
 			
 			// aapt resource value: 0x7F09024C
-			public const int iv_paly_pause = 2131296844;
+			public const int iv_no_device = 2131296844;
 			
 			// aapt resource value: 0x7F09024D
-			public const int iv_play = 2131296845;
+			public const int iv_paly_pause = 2131296845;
 			
 			// aapt resource value: 0x7F09024E
-			public const int iv_play_style = 2131296846;
+			public const int iv_play = 2131296846;
 			
 			// aapt resource value: 0x7F09024F
-			public const int iv_screen_shot = 2131296847;
+			public const int iv_play_style = 2131296847;
 			
 			// aapt resource value: 0x7F090250
-			public const int iv_screen_shot1 = 2131296848;
+			public const int iv_screen_shot = 2131296848;
 			
 			// aapt resource value: 0x7F090251
-			public const int iv_self_input = 2131296849;
+			public const int iv_screen_shot1 = 2131296849;
 			
 			// aapt resource value: 0x7F090252
-			public const int iv_sound = 2131296850;
+			public const int iv_self_input = 2131296850;
 			
 			// aapt resource value: 0x7F090253
-			public const int iv_speak = 2131296851;
+			public const int iv_sound = 2131296851;
 			
 			// aapt resource value: 0x7F090254
-			public const int iv_speak1 = 2131296852;
+			public const int iv_speak = 2131296852;
 			
 			// aapt resource value: 0x7F090255
-			public const int iv_video = 2131296853;
+			public const int iv_speak1 = 2131296853;
 			
 			// aapt resource value: 0x7F090256
-			public const int iv_video1 = 2131296854;
+			public const int iv_video = 2131296854;
 			
 			// aapt resource value: 0x7F090257
-			public const int iv_wifi = 2131296855;
+			public const int iv_video1 = 2131296855;
 			
 			// aapt resource value: 0x7F090258
-			public const int jad_action = 2131296856;
+			public const int iv_wifi = 2131296856;
 			
 			// aapt resource value: 0x7F090259
-			public const int jad_desc = 2131296857;
+			public const int jad_action = 2131296857;
 			
 			// aapt resource value: 0x7F09025A
-			public const int jad_download_size = 2131296858;
+			public const int jad_desc = 2131296858;
 			
 			// aapt resource value: 0x7F09025B
-			public const int jad_download_status = 2131296859;
+			public const int jad_download_size = 2131296859;
 			
 			// aapt resource value: 0x7F09025C
-			public const int jad_download_success = 2131296860;
+			public const int jad_download_status = 2131296860;
 			
 			// aapt resource value: 0x7F09025D
-			public const int jad_download_success_status = 2131296861;
+			public const int jad_download_success = 2131296861;
 			
 			// aapt resource value: 0x7F09025E
-			public const int jad_download_text = 2131296862;
+			public const int jad_download_success_status = 2131296862;
 			
 			// aapt resource value: 0x7F09025F
-			public const int jad_icon = 2131296863;
+			public const int jad_download_text = 2131296863;
 			
 			// aapt resource value: 0x7F090260
-			public const int jad_root_view = 2131296864;
+			public const int jad_icon = 2131296864;
 			
 			// aapt resource value: 0x7F090261
-			public const int join_room_btn = 2131296865;
-			
-			// aapt resource value: 0x7F090265
-			public const int labelbelongType = 2131296869;
+			public const int jad_root_view = 2131296865;
 			
 			// aapt resource value: 0x7F090262
-			public const int labelFilter = 2131296866;
-			
-			// aapt resource value: 0x7F090263
-			public const int labelLocation = 2131296867;
-			
-			// aapt resource value: 0x7F090264
-			public const int labelSort = 2131296868;
+			public const int join_room_btn = 2131296866;
 			
 			// aapt resource value: 0x7F090266
-			public const int largeLabel = 2131296870;
+			public const int labelbelongType = 2131296870;
+			
+			// aapt resource value: 0x7F090263
+			public const int labelFilter = 2131296867;
+			
+			// aapt resource value: 0x7F090264
+			public const int labelLocation = 2131296868;
+			
+			// aapt resource value: 0x7F090265
+			public const int labelSort = 2131296869;
 			
 			// aapt resource value: 0x7F090267
-			public const int last_refresh_time = 2131296871;
+			public const int largeLabel = 2131296871;
 			
 			// aapt resource value: 0x7F090268
-			public const int latitude = 2131296872;
+			public const int last_refresh_time = 2131296872;
 			
 			// aapt resource value: 0x7F090269
-			public const int launch_product_query = 2131296873;
-			
-			// aapt resource value: 0x7F09026B
-			public const int layout = 2131296875;
-			
-			// aapt resource value: 0x7F09026C
-			public const int layout_more_ly = 2131296876;
-			
-			// aapt resource value: 0x7F09026D
-			public const int layout_password = 2131296877;
-			
-			// aapt resource value: 0x7F09026E
-			public const int layout_version_2 = 2131296878;
-			
-			// aapt resource value: 0x7F09026F
-			public const int layout_wifi_pwd = 2131296879;
+			public const int latitude = 2131296873;
 			
 			// aapt resource value: 0x7F09026A
-			public const int lay_down = 2131296874;
+			public const int launch_product_query = 2131296874;
+			
+			// aapt resource value: 0x7F09026C
+			public const int layout = 2131296876;
+			
+			// aapt resource value: 0x7F09026D
+			public const int layout_more_ly = 2131296877;
+			
+			// aapt resource value: 0x7F09026E
+			public const int layout_password = 2131296878;
+			
+			// aapt resource value: 0x7F09026F
+			public const int layout_version_2 = 2131296879;
 			
 			// aapt resource value: 0x7F090270
-			public const int left = 2131296880;
+			public const int layout_wifi_pwd = 2131296880;
+			
+			// aapt resource value: 0x7F09026B
+			public const int lay_down = 2131296875;
 			
 			// aapt resource value: 0x7F090271
-			public const int likedCount = 2131296881;
+			public const int left = 2131296881;
 			
 			// aapt resource value: 0x7F090272
-			public const int line1 = 2131296882;
+			public const int likedCount = 2131296882;
 			
 			// aapt resource value: 0x7F090273
-			public const int line3 = 2131296883;
+			public const int line1 = 2131296883;
 			
 			// aapt resource value: 0x7F090274
-			public const int lineConnectContainer = 2131296884;
+			public const int line3 = 2131296884;
 			
 			// aapt resource value: 0x7F090275
-			public const int listMode = 2131296885;
+			public const int lineConnectContainer = 2131296885;
 			
 			// aapt resource value: 0x7F090276
-			public const int listView = 2131296886;
+			public const int listMode = 2131296886;
 			
 			// aapt resource value: 0x7F090277
-			public const int listView_device = 2131296887;
-			
-			// aapt resource value: 0x7F09027B
-			public const int listview_header_arrow = 2131296891;
-			
-			// aapt resource value: 0x7F09027C
-			public const int listview_header_content = 2131296892;
-			
-			// aapt resource value: 0x7F09027D
-			public const int listview_header_progressbar = 2131296893;
-			
-			// aapt resource value: 0x7F09027E
-			public const int listview_header_text = 2131296894;
-			
-			// aapt resource value: 0x7F09027F
-			public const int listview_line = 2131296895;
-			
-			// aapt resource value: 0x7F090280
-			public const int listview_line_device = 2131296896;
+			public const int listView = 2131296887;
 			
 			// aapt resource value: 0x7F090278
-			public const int list_camera = 2131296888;
+			public const int listView_device = 2131296888;
 			
-			// aapt resource value: 0x7F090279
-			public const int list_device = 2131296889;
+			// aapt resource value: 0x7F09027C
+			public const int listview_header_arrow = 2131296892;
 			
-			// aapt resource value: 0x7F09027A
-			public const int list_item = 2131296890;
+			// aapt resource value: 0x7F09027D
+			public const int listview_header_content = 2131296893;
+			
+			// aapt resource value: 0x7F09027E
+			public const int listview_header_progressbar = 2131296894;
+			
+			// aapt resource value: 0x7F09027F
+			public const int listview_header_text = 2131296895;
+			
+			// aapt resource value: 0x7F090280
+			public const int listview_line = 2131296896;
 			
 			// aapt resource value: 0x7F090281
-			public const int live_window = 2131296897;
+			public const int listview_line_device = 2131296897;
 			
-			// aapt resource value: 0x7F0902A5
-			public const int llyCloundService = 2131296933;
+			// aapt resource value: 0x7F090279
+			public const int list_camera = 2131296889;
 			
-			// aapt resource value: 0x7F0902A6
-			public const int llyStatus1 = 2131296934;
+			// aapt resource value: 0x7F09027A
+			public const int list_device = 2131296890;
 			
-			// aapt resource value: 0x7F0902A7
-			public const int llyStatus2 = 2131296935;
-			
-			// aapt resource value: 0x7F0902A8
-			public const int llyStatus3 = 2131296936;
+			// aapt resource value: 0x7F09027B
+			public const int list_item = 2131296891;
 			
 			// aapt resource value: 0x7F090282
-			public const int ll_add = 2131296898;
+			public const int live_window = 2131296898;
 			
-			// aapt resource value: 0x7F090283
-			public const int ll_alarm_p_bg_name = 2131296899;
+			// aapt resource value: 0x7F0902A7
+			public const int llyCloundService = 2131296935;
 			
-			// aapt resource value: 0x7F090284
-			public const int ll_all = 2131296900;
-			
-			// aapt resource value: 0x7F090285
-			public const int ll_back = 2131296901;
-			
-			// aapt resource value: 0x7F090286
-			public const int ll_choose_other = 2131296902;
-			
-			// aapt resource value: 0x7F090287
-			public const int ll_cloudstage = 2131296903;
-			
-			// aapt resource value: 0x7F090288
-			public const int ll_cloudstage1 = 2131296904;
-			
-			// aapt resource value: 0x7F090289
-			public const int ll_controller = 2131296905;
-			
-			// aapt resource value: 0x7F09028A
-			public const int ll_delete = 2131296906;
-			
-			// aapt resource value: 0x7F09028B
-			public const int ll_detail = 2131296907;
-			
-			// aapt resource value: 0x7F09028C
-			public const int ll_edit = 2131296908;
-			
-			// aapt resource value: 0x7F09028D
-			public const int ll_fullscreen = 2131296909;
-			
-			// aapt resource value: 0x7F09028E
-			public const int ll_help = 2131296910;
-			
-			// aapt resource value: 0x7F09028F
-			public const int ll_input = 2131296911;
-			
-			// aapt resource value: 0x7F090290
-			public const int ll_lp_btn_back = 2131296912;
-			
-			// aapt resource value: 0x7F090291
-			public const int ll_new_version = 2131296913;
-			
-			// aapt resource value: 0x7F090292
-			public const int ll_operate = 2131296914;
-			
-			// aapt resource value: 0x7F090293
-			public const int ll_paly_pause = 2131296915;
-			
-			// aapt resource value: 0x7F090294
-			public const int ll_play_style = 2131296916;
-			
-			// aapt resource value: 0x7F090295
-			public const int ll_screenshot = 2131296917;
-			
-			// aapt resource value: 0x7F090296
-			public const int ll_screenshot1 = 2131296918;
-			
-			// aapt resource value: 0x7F090297
-			public const int ll_self_input = 2131296919;
-			
-			// aapt resource value: 0x7F090298
-			public const int ll_sound = 2131296920;
-			
-			// aapt resource value: 0x7F090299
-			public const int ll_speak = 2131296921;
-			
-			// aapt resource value: 0x7F09029A
-			public const int ll_speak1 = 2131296922;
-			
-			// aapt resource value: 0x7F09029B
-			public const int ll_switch_btn = 2131296923;
-			
-			// aapt resource value: 0x7F09029C
-			public const int ll_title_center = 2131296924;
-			
-			// aapt resource value: 0x7F09029D
-			public const int ll_title_left = 2131296925;
-			
-			// aapt resource value: 0x7F09029E
-			public const int ll_title_left2 = 2131296926;
-			
-			// aapt resource value: 0x7F09029F
-			public const int ll_title_right = 2131296927;
-			
-			// aapt resource value: 0x7F0902A0
-			public const int ll_title_right2 = 2131296928;
-			
-			// aapt resource value: 0x7F0902A1
-			public const int ll_video = 2131296929;
-			
-			// aapt resource value: 0x7F0902A2
-			public const int ll_video1 = 2131296930;
-			
-			// aapt resource value: 0x7F0902A3
-			public const int ll_video_content = 2131296931;
-			
-			// aapt resource value: 0x7F0902A4
-			public const int ll_video_lp_rendering = 2131296932;
+			// aapt resource value: 0x7F0902A8
+			public const int llyStatus1 = 2131296936;
 			
 			// aapt resource value: 0x7F0902A9
-			public const int loadingTextView = 2131296937;
+			public const int llyStatus2 = 2131296937;
 			
 			// aapt resource value: 0x7F0902AA
-			public const int loading_end_text = 2131296938;
+			public const int llyStatus3 = 2131296938;
+			
+			// aapt resource value: 0x7F090283
+			public const int ll_add = 2131296899;
+			
+			// aapt resource value: 0x7F090284
+			public const int ll_alarm_p_bg_name = 2131296900;
+			
+			// aapt resource value: 0x7F090285
+			public const int ll_all = 2131296901;
+			
+			// aapt resource value: 0x7F090286
+			public const int ll_back = 2131296902;
+			
+			// aapt resource value: 0x7F090287
+			public const int ll_choose_other = 2131296903;
+			
+			// aapt resource value: 0x7F090288
+			public const int ll_cloudstage = 2131296904;
+			
+			// aapt resource value: 0x7F090289
+			public const int ll_cloudstage1 = 2131296905;
+			
+			// aapt resource value: 0x7F09028A
+			public const int ll_controller = 2131296906;
+			
+			// aapt resource value: 0x7F09028B
+			public const int ll_delete = 2131296907;
+			
+			// aapt resource value: 0x7F09028C
+			public const int ll_detail = 2131296908;
+			
+			// aapt resource value: 0x7F09028D
+			public const int ll_edit = 2131296909;
+			
+			// aapt resource value: 0x7F09028E
+			public const int ll_flip_image = 2131296910;
+			
+			// aapt resource value: 0x7F09028F
+			public const int ll_fullscreen = 2131296911;
+			
+			// aapt resource value: 0x7F090290
+			public const int ll_help = 2131296912;
+			
+			// aapt resource value: 0x7F090291
+			public const int ll_input = 2131296913;
+			
+			// aapt resource value: 0x7F090292
+			public const int ll_lp_btn_back = 2131296914;
+			
+			// aapt resource value: 0x7F090293
+			public const int ll_new_version = 2131296915;
+			
+			// aapt resource value: 0x7F090294
+			public const int ll_operate = 2131296916;
+			
+			// aapt resource value: 0x7F090295
+			public const int ll_paly_pause = 2131296917;
+			
+			// aapt resource value: 0x7F090296
+			public const int ll_play_style = 2131296918;
+			
+			// aapt resource value: 0x7F090297
+			public const int ll_screenshot = 2131296919;
+			
+			// aapt resource value: 0x7F090298
+			public const int ll_screenshot1 = 2131296920;
+			
+			// aapt resource value: 0x7F090299
+			public const int ll_self_input = 2131296921;
+			
+			// aapt resource value: 0x7F09029A
+			public const int ll_sound = 2131296922;
+			
+			// aapt resource value: 0x7F09029B
+			public const int ll_speak = 2131296923;
+			
+			// aapt resource value: 0x7F09029C
+			public const int ll_speak1 = 2131296924;
+			
+			// aapt resource value: 0x7F09029D
+			public const int ll_switch_btn = 2131296925;
+			
+			// aapt resource value: 0x7F09029E
+			public const int ll_title_center = 2131296926;
+			
+			// aapt resource value: 0x7F09029F
+			public const int ll_title_left = 2131296927;
+			
+			// aapt resource value: 0x7F0902A0
+			public const int ll_title_left2 = 2131296928;
+			
+			// aapt resource value: 0x7F0902A1
+			public const int ll_title_right = 2131296929;
+			
+			// aapt resource value: 0x7F0902A2
+			public const int ll_title_right2 = 2131296930;
+			
+			// aapt resource value: 0x7F0902A3
+			public const int ll_video = 2131296931;
+			
+			// aapt resource value: 0x7F0902A4
+			public const int ll_video1 = 2131296932;
+			
+			// aapt resource value: 0x7F0902A5
+			public const int ll_video_content = 2131296933;
+			
+			// aapt resource value: 0x7F0902A6
+			public const int ll_video_lp_rendering = 2131296934;
 			
 			// aapt resource value: 0x7F0902AB
-			public const int loading_pb = 2131296939;
+			public const int loadingTextView = 2131296939;
 			
 			// aapt resource value: 0x7F0902AC
-			public const int loading_pb_ly = 2131296940;
+			public const int loading_end_text = 2131296940;
 			
 			// aapt resource value: 0x7F0902AD
-			public const int loading_play_btn = 2131296941;
+			public const int loading_pb = 2131296941;
 			
 			// aapt resource value: 0x7F0902AE
-			public const int loading_progressbar = 2131296942;
+			public const int loading_pb_ly = 2131296942;
 			
 			// aapt resource value: 0x7F0902AF
-			public const int loading_text = 2131296943;
+			public const int loading_play_btn = 2131296943;
 			
 			// aapt resource value: 0x7F0902B0
-			public const int loading_view = 2131296944;
+			public const int loading_progressbar = 2131296944;
 			
 			// aapt resource value: 0x7F0902B1
-			public const int loading_viewstub = 2131296945;
-			
-			// aapt resource value: 0x7F0902B3
-			public const int localDoorUnlock = 2131296947;
-			
-			// aapt resource value: 0x7F0902B4
-			public const int localVideo = 2131296948;
-			
-			// aapt resource value: 0x7F0902B5
-			public const int local_alarm1 = 2131296949;
-			
-			// aapt resource value: 0x7F0902B6
-			public const int local_alarm2 = 2131296950;
-			
-			// aapt resource value: 0x7F0902B7
-			public const int local_alarm3 = 2131296951;
-			
-			// aapt resource value: 0x7F0902B8
-			public const int local_l1 = 2131296952;
-			
-			// aapt resource value: 0x7F0902B9
-			public const int local_l2 = 2131296953;
-			
-			// aapt resource value: 0x7F0902BA
-			public const int local_l3 = 2131296954;
-			
-			// aapt resource value: 0x7F0902BB
-			public const int local_realplay_btn = 2131296955;
-			
-			// aapt resource value: 0x7F0902BC
-			public const int local_time_part1 = 2131296956;
-			
-			// aapt resource value: 0x7F0902BD
-			public const int local_time_part2 = 2131296957;
-			
-			// aapt resource value: 0x7F0902BE
-			public const int local_time_part3 = 2131296958;
+			public const int loading_text = 2131296945;
 			
 			// aapt resource value: 0x7F0902B2
-			public const int locaVideo = 2131296946;
+			public const int loading_view = 2131296946;
+			
+			// aapt resource value: 0x7F0902B3
+			public const int loading_viewstub = 2131296947;
+			
+			// aapt resource value: 0x7F0902B5
+			public const int localDoorUnlock = 2131296949;
+			
+			// aapt resource value: 0x7F0902B6
+			public const int localVideo = 2131296950;
+			
+			// aapt resource value: 0x7F0902B7
+			public const int local_alarm1 = 2131296951;
+			
+			// aapt resource value: 0x7F0902B8
+			public const int local_alarm2 = 2131296952;
+			
+			// aapt resource value: 0x7F0902B9
+			public const int local_alarm3 = 2131296953;
+			
+			// aapt resource value: 0x7F0902BA
+			public const int local_l1 = 2131296954;
+			
+			// aapt resource value: 0x7F0902BB
+			public const int local_l2 = 2131296955;
+			
+			// aapt resource value: 0x7F0902BC
+			public const int local_l3 = 2131296956;
+			
+			// aapt resource value: 0x7F0902BD
+			public const int local_realplay_btn = 2131296957;
+			
+			// aapt resource value: 0x7F0902BE
+			public const int local_time_part1 = 2131296958;
 			
 			// aapt resource value: 0x7F0902BF
-			public const int lockVerifyBtn = 2131296959;
+			public const int local_time_part2 = 2131296959;
 			
 			// aapt resource value: 0x7F0902C0
-			public const int login_login = 2131296960;
+			public const int local_time_part3 = 2131296960;
+			
+			// aapt resource value: 0x7F0902B4
+			public const int locaVideo = 2131296948;
 			
 			// aapt resource value: 0x7F0902C1
-			public const int login_name = 2131296961;
+			public const int lockVerifyBtn = 2131296961;
 			
 			// aapt resource value: 0x7F0902C2
-			public const int login_pwd = 2131296962;
+			public const int login_login = 2131296962;
 			
 			// aapt resource value: 0x7F0902C3
-			public const int login_regesiter = 2131296963;
+			public const int login_name = 2131296963;
 			
 			// aapt resource value: 0x7F0902C4
-			public const int login_username = 2131296964;
+			public const int login_pwd = 2131296964;
 			
 			// aapt resource value: 0x7F0902C5
-			public const int longitude = 2131296965;
-			
-			// aapt resource value: 0x7F0902CA
-			public const int lpsdk_dialog_cancel_tv = 2131296970;
-			
-			// aapt resource value: 0x7F0902CB
-			public const int lpsdk_dialog_confirm_tv = 2131296971;
-			
-			// aapt resource value: 0x7F0902CC
-			public const int lpsdk_dialog_content_tv = 2131296972;
-			
-			// aapt resource value: 0x7F0902CD
-			public const int lpsdk_dialog_title_tv = 2131296973;
+			public const int login_regesiter = 2131296965;
 			
 			// aapt resource value: 0x7F0902C6
-			public const int lp_dialog_cancel_tv = 2131296966;
+			public const int login_username = 2131296966;
 			
 			// aapt resource value: 0x7F0902C7
-			public const int lp_dialog_confirm_tv = 2131296967;
+			public const int longitude = 2131296967;
 			
-			// aapt resource value: 0x7F0902C8
-			public const int lp_dialog_data_picker = 2131296968;
+			// aapt resource value: 0x7F0902CC
+			public const int lpsdk_dialog_cancel_tv = 2131296972;
 			
-			// aapt resource value: 0x7F0902C9
-			public const int lp_dialog_time_picker = 2131296969;
+			// aapt resource value: 0x7F0902CD
+			public const int lpsdk_dialog_confirm_tv = 2131296973;
 			
 			// aapt resource value: 0x7F0902CE
-			public const int main_layout = 2131296974;
+			public const int lpsdk_dialog_content_tv = 2131296974;
 			
 			// aapt resource value: 0x7F0902CF
-			public const int manualOnly = 2131296975;
+			public const int lpsdk_dialog_title_tv = 2131296975;
+			
+			// aapt resource value: 0x7F0902C8
+			public const int lp_dialog_cancel_tv = 2131296968;
+			
+			// aapt resource value: 0x7F0902C9
+			public const int lp_dialog_confirm_tv = 2131296969;
+			
+			// aapt resource value: 0x7F0902CA
+			public const int lp_dialog_data_picker = 2131296970;
+			
+			// aapt resource value: 0x7F0902CB
+			public const int lp_dialog_time_picker = 2131296971;
 			
 			// aapt resource value: 0x7F0902D0
-			public const int masked = 2131296976;
+			public const int main_layout = 2131296976;
+			
+			// aapt resource value: 0x7F0902D1
+			public const int manualOnly = 2131296977;
+			
+			// aapt resource value: 0x7F0902D2
+			public const int masked = 2131296978;
 			
 			// aapt resource value: 0x7F09000B
 			public const int MatchLayout = 2131296267;
 			
-			// aapt resource value: 0x7F0902D1
-			public const int matte_image = 2131296977;
-			
-			// aapt resource value: 0x7F0902D2
-			public const int media_actions = 2131296978;
-			
 			// aapt resource value: 0x7F0902D3
-			public const int menu_layout = 2131296979;
+			public const int matte_image = 2131296979;
 			
 			// aapt resource value: 0x7F0902D4
-			public const int menu_play = 2131296980;
+			public const int media_actions = 2131296980;
 			
 			// aapt resource value: 0x7F0902D5
-			public const int message = 2131296981;
+			public const int menu_layout = 2131296981;
 			
 			// aapt resource value: 0x7F0902D6
-			public const int message1 = 2131296982;
+			public const int menu_play = 2131296982;
 			
 			// aapt resource value: 0x7F0902D7
-			public const int message2 = 2131296983;
+			public const int message = 2131296983;
 			
 			// aapt resource value: 0x7F0902D8
-			public const int message_check = 2131296984;
+			public const int message1 = 2131296984;
 			
 			// aapt resource value: 0x7F0902D9
-			public const int message_content = 2131296985;
+			public const int message2 = 2131296985;
 			
 			// aapt resource value: 0x7F0902DA
-			public const int message_from = 2131296986;
+			public const int message_check = 2131296986;
 			
 			// aapt resource value: 0x7F0902DB
-			public const int message_from_tip = 2131296987;
+			public const int message_content = 2131296987;
 			
 			// aapt resource value: 0x7F0902DC
-			public const int message_image = 2131296988;
+			public const int message_from = 2131296988;
 			
 			// aapt resource value: 0x7F0902DD
-			public const int message_image_layout = 2131296989;
+			public const int message_from_tip = 2131296989;
 			
 			// aapt resource value: 0x7F0902DE
-			public const int message_image_progress = 2131296990;
+			public const int message_image = 2131296990;
 			
 			// aapt resource value: 0x7F0902DF
-			public const int message_layout = 2131296991;
+			public const int message_image_layout = 2131296991;
 			
 			// aapt resource value: 0x7F0902E0
-			public const int message_list = 2131296992;
+			public const int message_image_progress = 2131296992;
 			
 			// aapt resource value: 0x7F0902E1
-			public const int message_num_tv = 2131296993;
+			public const int message_layout = 2131296993;
 			
 			// aapt resource value: 0x7F0902E2
-			public const int message_play_layout = 2131296994;
+			public const int message_list = 2131296994;
 			
 			// aapt resource value: 0x7F0902E3
-			public const int message_time = 2131296995;
+			public const int message_num_tv = 2131296995;
 			
 			// aapt resource value: 0x7F0902E4
-			public const int message_type = 2131296996;
+			public const int message_play_layout = 2131296996;
 			
 			// aapt resource value: 0x7F0902E5
-			public const int message_unread = 2131296997;
+			public const int message_time = 2131296997;
 			
 			// aapt resource value: 0x7F0902E6
-			public const int message_video_layout = 2131296998;
+			public const int message_type = 2131296998;
+			
+			// aapt resource value: 0x7F0902E7
+			public const int message_unread = 2131296999;
+			
+			// aapt resource value: 0x7F0902E8
+			public const int message_video_layout = 2131297000;
 			
 			// aapt resource value: 0x7F09000A
 			public const int META = 2131296266;
 			
-			// aapt resource value: 0x7F0902E8
-			public const int middle = 2131297000;
-			
-			// aapt resource value: 0x7F0902E7
-			public const int mid_vertical_view = 2131296999;
+			// aapt resource value: 0x7F0902EA
+			public const int middle = 2131297002;
 			
 			// aapt resource value: 0x7F0902E9
-			public const int min = 2131297001;
-			
-			// aapt resource value: 0x7F0902EA
-			public const int mini = 2131297002;
+			public const int mid_vertical_view = 2131297001;
 			
 			// aapt resource value: 0x7F0902EB
-			public const int mirror_line = 2131297003;
+			public const int min = 2131297003;
 			
 			// aapt resource value: 0x7F0902EC
-			public const int modify_password_layout = 2131297004;
+			public const int mini = 2131297004;
 			
 			// aapt resource value: 0x7F0902ED
-			public const int monitor = 2131297005;
+			public const int mirror_line = 2131297005;
 			
 			// aapt resource value: 0x7F0902EE
-			public const int monitor_ll = 2131297006;
+			public const int modify_password_layout = 2131297006;
 			
 			// aapt resource value: 0x7F0902EF
-			public const int month = 2131297007;
+			public const int monitor = 2131297007;
 			
 			// aapt resource value: 0x7F0902F0
-			public const int more_btn = 2131297008;
+			public const int monitor_ll = 2131297008;
 			
 			// aapt resource value: 0x7F0902F1
-			public const int msg_content_tv = 2131297009;
+			public const int month = 2131297009;
 			
 			// aapt resource value: 0x7F0902F2
-			public const int multiply = 2131297010;
+			public const int more_btn = 2131297010;
 			
 			// aapt resource value: 0x7F0902F3
-			public const int myRelativeLayout = 2131297011;
+			public const int msg_content_tv = 2131297011;
 			
 			// aapt resource value: 0x7F0902F4
-			public const int myRetry = 2131297012;
+			public const int multiply = 2131297012;
 			
 			// aapt resource value: 0x7F0902F5
-			public const int nameText = 2131297013;
+			public const int myRelativeLayout = 2131297013;
 			
 			// aapt resource value: 0x7F0902F6
-			public const int name_del = 2131297014;
+			public const int myRetry = 2131297014;
 			
 			// aapt resource value: 0x7F0902F7
-			public const int name_text = 2131297015;
+			public const int nameText = 2131297015;
 			
 			// aapt resource value: 0x7F0902F8
-			public const int name_tv = 2131297016;
+			public const int name_del = 2131297016;
 			
 			// aapt resource value: 0x7F0902F9
-			public const int navigation_header_container = 2131297017;
+			public const int name_text = 2131297017;
 			
 			// aapt resource value: 0x7F0902FA
-			public const int network_error_text = 2131297018;
+			public const int name_tv = 2131297018;
 			
 			// aapt resource value: 0x7F0902FB
-			public const int network_error_viewstub = 2131297019;
+			public const int navigation_header_container = 2131297019;
 			
 			// aapt resource value: 0x7F0902FC
-			public const int never = 2131297020;
+			public const int network_error_text = 2131297020;
 			
 			// aapt resource value: 0x7F0902FD
-			public const int new_password = 2131297021;
+			public const int network_error_viewstub = 2131297021;
 			
 			// aapt resource value: 0x7F0902FE
-			public const int next = 2131297022;
+			public const int never = 2131297022;
 			
 			// aapt resource value: 0x7F0902FF
-			public const int next_btn = 2131297023;
+			public const int new_password = 2131297023;
 			
 			// aapt resource value: 0x7F090300
-			public const int next_play_btn = 2131297024;
-			
-			// aapt resource value: 0x7F09030C
-			public const int none = 2131297036;
-			
-			// aapt resource value: 0x7F09030D
-			public const int normal = 2131297037;
+			public const int next = 2131297024;
 			
 			// aapt resource value: 0x7F090301
-			public const int noText = 2131297025;
-			
-			// aapt resource value: 0x7F09030F
-			public const int notification_background = 2131297039;
-			
-			// aapt resource value: 0x7F090310
-			public const int notification_main_column = 2131297040;
-			
-			// aapt resource value: 0x7F090311
-			public const int notification_main_column_container = 2131297041;
-			
-			// aapt resource value: 0x7F09030E
-			public const int not_show = 2131297038;
-			
-			// aapt resource value: 0x7F090312
-			public const int novideo_img = 2131297042;
-			
-			// aapt resource value: 0x7F090313
-			public const int novideo_img_device = 2131297043;
+			public const int next_btn = 2131297025;
 			
 			// aapt resource value: 0x7F090302
-			public const int no_camera_tip_ly = 2131297026;
+			public const int next_play_btn = 2131297026;
+			
+			// aapt resource value: 0x7F09030E
+			public const int none = 2131297038;
+			
+			// aapt resource value: 0x7F09030F
+			public const int normal = 2131297039;
 			
 			// aapt resource value: 0x7F090303
-			public const int no_history_layout = 2131297027;
+			public const int noText = 2131297027;
 			
-			// aapt resource value: 0x7F090304
-			public const int no_history_text = 2131297028;
+			// aapt resource value: 0x7F090311
+			public const int notification_background = 2131297041;
 			
-			// aapt resource value: 0x7F090305
-			public const int no_message_button = 2131297029;
+			// aapt resource value: 0x7F090312
+			public const int notification_main_column = 2131297042;
 			
-			// aapt resource value: 0x7F090306
-			public const int no_message_layout = 2131297030;
+			// aapt resource value: 0x7F090313
+			public const int notification_main_column_container = 2131297043;
 			
-			// aapt resource value: 0x7F090307
-			public const int no_message_text = 2131297031;
-			
-			// aapt resource value: 0x7F090308
-			public const int no_more_hint = 2131297032;
-			
-			// aapt resource value: 0x7F090309
-			public const int no_more_text = 2131297033;
-			
-			// aapt resource value: 0x7F09030A
-			public const int no_temppassword_layout = 2131297034;
-			
-			// aapt resource value: 0x7F09030B
-			public const int no_temppassword_text = 2131297035;
+			// aapt resource value: 0x7F090310
+			public const int not_show = 2131297040;
 			
 			// aapt resource value: 0x7F090314
-			public const int offline_bg = 2131297044;
+			public const int novideo_img = 2131297044;
 			
 			// aapt resource value: 0x7F090315
-			public const int ok_tv = 2131297045;
+			public const int novideo_img_device = 2131297045;
 			
-			// aapt resource value: 0x7F090318
-			public const int options1 = 2131297048;
+			// aapt resource value: 0x7F090304
+			public const int no_camera_tip_ly = 2131297028;
 			
-			// aapt resource value: 0x7F090319
-			public const int options2 = 2131297049;
+			// aapt resource value: 0x7F090305
+			public const int no_history_layout = 2131297029;
 			
-			// aapt resource value: 0x7F09031A
-			public const int options3 = 2131297050;
+			// aapt resource value: 0x7F090306
+			public const int no_history_text = 2131297030;
 			
-			// aapt resource value: 0x7F09031B
-			public const int optionspicker = 2131297051;
+			// aapt resource value: 0x7F090307
+			public const int no_message_button = 2131297031;
+			
+			// aapt resource value: 0x7F090308
+			public const int no_message_layout = 2131297032;
+			
+			// aapt resource value: 0x7F090309
+			public const int no_message_text = 2131297033;
+			
+			// aapt resource value: 0x7F09030A
+			public const int no_more_hint = 2131297034;
+			
+			// aapt resource value: 0x7F09030B
+			public const int no_more_text = 2131297035;
+			
+			// aapt resource value: 0x7F09030C
+			public const int no_temppassword_layout = 2131297036;
+			
+			// aapt resource value: 0x7F09030D
+			public const int no_temppassword_text = 2131297037;
 			
 			// aapt resource value: 0x7F090316
-			public const int option_list = 2131297046;
+			public const int offline_bg = 2131297046;
 			
 			// aapt resource value: 0x7F090317
-			public const int option_name = 2131297047;
+			public const int ok_tv = 2131297047;
+			
+			// aapt resource value: 0x7F09031A
+			public const int options1 = 2131297050;
+			
+			// aapt resource value: 0x7F09031B
+			public const int options2 = 2131297051;
 			
 			// aapt resource value: 0x7F09031C
-			public const int outmost_container = 2131297052;
+			public const int options3 = 2131297052;
 			
 			// aapt resource value: 0x7F09031D
-			public const int packed = 2131297053;
+			public const int optionspicker = 2131297053;
 			
-			// aapt resource value: 0x7F09031F
-			public const int pager = 2131297055;
+			// aapt resource value: 0x7F090318
+			public const int option_list = 2131297048;
 			
-			// aapt resource value: 0x7F090320
-			public const int pager_tab_strip = 2131297056;
+			// aapt resource value: 0x7F090319
+			public const int option_name = 2131297049;
 			
 			// aapt resource value: 0x7F09031E
-			public const int page_container = 2131297054;
+			public const int outmost_container = 2131297054;
+			
+			// aapt resource value: 0x7F09031F
+			public const int packed = 2131297055;
 			
 			// aapt resource value: 0x7F090321
-			public const int pair_img1 = 2131297057;
+			public const int pager = 2131297057;
 			
 			// aapt resource value: 0x7F090322
-			public const int pair_img2 = 2131297058;
+			public const int pager_tab_strip = 2131297058;
+			
+			// aapt resource value: 0x7F090320
+			public const int page_container = 2131297056;
 			
 			// aapt resource value: 0x7F090323
-			public const int parallax = 2131297059;
+			public const int pair_img1 = 2131297059;
 			
 			// aapt resource value: 0x7F090324
-			public const int parent = 2131297060;
+			public const int pair_img2 = 2131297060;
 			
 			// aapt resource value: 0x7F090325
-			public const int parentPanel = 2131297061;
+			public const int parallax = 2131297061;
 			
 			// aapt resource value: 0x7F090326
-			public const int parent_matrix = 2131297062;
+			public const int parent = 2131297062;
 			
 			// aapt resource value: 0x7F090327
-			public const int passwordETV = 2131297063;
+			public const int parentPanel = 2131297063;
 			
 			// aapt resource value: 0x7F090328
-			public const int pb_loading = 2131297064;
+			public const int parent_matrix = 2131297064;
 			
 			// aapt resource value: 0x7F090329
-			public const int pb_notlist_title_bar_landscape = 2131297065;
+			public const int passwordETV = 2131297065;
 			
 			// aapt resource value: 0x7F09032A
-			public const int pb_play_loading = 2131297066;
+			public const int pb_loading = 2131297066;
 			
 			// aapt resource value: 0x7F09032B
-			public const int pb_search_content_tab = 2131297067;
+			public const int pb_notlist_title_bar_landscape = 2131297067;
 			
 			// aapt resource value: 0x7F09032C
-			public const int pb_search_tab_btn_cloud = 2131297068;
+			public const int pb_play_loading = 2131297068;
 			
 			// aapt resource value: 0x7F09032D
-			public const int pb_search_tab_btn_device = 2131297069;
+			public const int pb_search_content_tab = 2131297069;
 			
 			// aapt resource value: 0x7F09032E
-			public const int pb_title_bar_landscape = 2131297070;
+			public const int pb_search_tab_btn_cloud = 2131297070;
 			
 			// aapt resource value: 0x7F09032F
-			public const int peerAddress = 2131297071;
+			public const int pb_search_tab_btn_device = 2131297071;
 			
 			// aapt resource value: 0x7F090330
-			public const int percent = 2131297072;
+			public const int pb_title_bar_landscape = 2131297072;
 			
 			// aapt resource value: 0x7F090331
-			public const int pg_download = 2131297073;
+			public const int peerAddress = 2131297073;
 			
 			// aapt resource value: 0x7F090332
-			public const int pg_upodate = 2131297074;
+			public const int percent = 2131297074;
 			
 			// aapt resource value: 0x7F090333
-			public const int phone_btn = 2131297075;
+			public const int pg_download = 2131297075;
 			
 			// aapt resource value: 0x7F090334
-			public const int phone_et = 2131297076;
+			public const int pg_upodate = 2131297076;
 			
 			// aapt resource value: 0x7F090335
-			public const int phone_ly = 2131297077;
+			public const int phone_btn = 2131297077;
 			
 			// aapt resource value: 0x7F090336
-			public const int phone_lyt = 2131297078;
+			public const int phone_et = 2131297078;
 			
 			// aapt resource value: 0x7F090337
-			public const int pin = 2131297079;
+			public const int phone_ly = 2131297079;
 			
 			// aapt resource value: 0x7F090338
-			public const int pixel_recycle = 2131297080;
-			
-			// aapt resource value: 0x7F09033A
-			public const int platform_login_btn = 2131297082;
+			public const int phone_lyt = 2131297080;
 			
 			// aapt resource value: 0x7F090339
-			public const int plat_tv = 2131297081;
+			public const int pin = 2131297081;
 			
-			// aapt resource value: 0x7F09033B
-			public const int play_video_layout = 2131297083;
+			// aapt resource value: 0x7F09033A
+			public const int pixel_recycle = 2131297082;
 			
 			// aapt resource value: 0x7F09033C
-			public const int popLayoutId = 2131297084;
+			public const int platform_login_btn = 2131297084;
+			
+			// aapt resource value: 0x7F09033B
+			public const int plat_tv = 2131297083;
 			
 			// aapt resource value: 0x7F09033D
-			public const int preview_view = 2131297085;
+			public const int play_video_layout = 2131297085;
 			
 			// aapt resource value: 0x7F09033E
-			public const int privacy_masking_button = 2131297086;
+			public const int popLayoutId = 2131297086;
 			
 			// aapt resource value: 0x7F09033F
-			public const int privacy_masking_layout = 2131297087;
+			public const int preview_view = 2131297087;
 			
 			// aapt resource value: 0x7F090340
-			public const int privacy_masking_parent_layout = 2131297088;
+			public const int privacy_masking_button = 2131297088;
 			
 			// aapt resource value: 0x7F090341
-			public const int privacy_policy_btn = 2131297089;
-			
-			// aapt resource value: 0x7F090346
-			public const int progressbar = 2131297094;
+			public const int privacy_masking_layout = 2131297089;
 			
 			// aapt resource value: 0x7F090342
-			public const int progress_area = 2131297090;
+			public const int privacy_masking_parent_layout = 2131297090;
 			
 			// aapt resource value: 0x7F090343
-			public const int progress_circular = 2131297091;
-			
-			// aapt resource value: 0x7F090344
-			public const int progress_horizontal = 2131297092;
-			
-			// aapt resource value: 0x7F090345
-			public const int progress_seekbar = 2131297093;
-			
-			// aapt resource value: 0x7F090347
-			public const int ptz_bottom_btn = 2131297095;
+			public const int privacy_policy_btn = 2131297091;
 			
 			// aapt resource value: 0x7F090348
-			public const int ptz_close_btn = 2131297096;
+			public const int progressbar = 2131297096;
+			
+			// aapt resource value: 0x7F090344
+			public const int progress_area = 2131297092;
+			
+			// aapt resource value: 0x7F090345
+			public const int progress_circular = 2131297093;
+			
+			// aapt resource value: 0x7F090346
+			public const int progress_horizontal = 2131297094;
+			
+			// aapt resource value: 0x7F090347
+			public const int progress_seekbar = 2131297095;
 			
 			// aapt resource value: 0x7F090349
-			public const int ptz_control_ly = 2131297097;
+			public const int ptz_bottom_btn = 2131297097;
 			
 			// aapt resource value: 0x7F09034A
-			public const int ptz_flip_btn = 2131297098;
+			public const int ptz_close_btn = 2131297098;
 			
 			// aapt resource value: 0x7F09034B
-			public const int ptz_left_btn = 2131297099;
+			public const int ptz_control_ly = 2131297099;
 			
 			// aapt resource value: 0x7F09034C
-			public const int ptz_right_btn = 2131297100;
+			public const int ptz_flip_btn = 2131297100;
 			
 			// aapt resource value: 0x7F09034D
-			public const int ptz_top_btn = 2131297101;
+			public const int ptz_left_btn = 2131297101;
 			
 			// aapt resource value: 0x7F09034E
-			public const int pullDownFromTop = 2131297102;
+			public const int ptz_right_btn = 2131297102;
 			
 			// aapt resource value: 0x7F09034F
-			public const int pullFromEnd = 2131297103;
+			public const int ptz_top_btn = 2131297103;
 			
 			// aapt resource value: 0x7F090350
-			public const int pullFromStart = 2131297104;
+			public const int pullDownFromTop = 2131297104;
 			
 			// aapt resource value: 0x7F090351
-			public const int pullUpFromBottom = 2131297105;
+			public const int pullFromEnd = 2131297105;
 			
 			// aapt resource value: 0x7F090352
-			public const int pull_out = 2131297106;
+			public const int pullFromStart = 2131297106;
 			
 			// aapt resource value: 0x7F090353
-			public const int pull_to_refresh_image = 2131297107;
+			public const int pullUpFromBottom = 2131297107;
 			
 			// aapt resource value: 0x7F090354
-			public const int pull_to_refresh_progress = 2131297108;
+			public const int pull_out = 2131297108;
 			
 			// aapt resource value: 0x7F090355
-			public const int pull_to_refresh_sub_text = 2131297109;
+			public const int pull_to_refresh_image = 2131297109;
 			
 			// aapt resource value: 0x7F090356
-			public const int pull_to_refresh_text = 2131297110;
+			public const int pull_to_refresh_progress = 2131297110;
 			
 			// aapt resource value: 0x7F090357
-			public const int pushPrograssBar = 2131297111;
+			public const int pull_to_refresh_sub_text = 2131297111;
 			
 			// aapt resource value: 0x7F090358
-			public const int push_notification_banner_icon = 2131297112;
+			public const int pull_to_refresh_text = 2131297112;
 			
 			// aapt resource value: 0x7F090359
-			public const int push_notification_banner_img = 2131297113;
+			public const int pushPrograssBar = 2131297113;
 			
 			// aapt resource value: 0x7F09035A
-			public const int push_notification_banner_layout = 2131297114;
+			public const int push_notification_banner_icon = 2131297114;
 			
 			// aapt resource value: 0x7F09035B
-			public const int push_notification_big_icon = 2131297115;
+			public const int push_notification_banner_img = 2131297115;
 			
 			// aapt resource value: 0x7F09035C
-			public const int push_notification_content = 2131297116;
+			public const int push_notification_banner_layout = 2131297116;
 			
 			// aapt resource value: 0x7F09035D
-			public const int push_notification_content_one_line = 2131297117;
+			public const int push_notification_big_icon = 2131297117;
 			
 			// aapt resource value: 0x7F09035E
-			public const int push_notification_date = 2131297118;
+			public const int push_notification_content = 2131297118;
 			
 			// aapt resource value: 0x7F09035F
-			public const int push_notification_dot = 2131297119;
+			public const int push_notification_content_one_line = 2131297119;
 			
 			// aapt resource value: 0x7F090360
-			public const int push_notification_fb_content = 2131297120;
+			public const int push_notification_date = 2131297120;
 			
 			// aapt resource value: 0x7F090361
-			public const int push_notification_fb_content_no_like1 = 2131297121;
+			public const int push_notification_dot = 2131297121;
 			
 			// aapt resource value: 0x7F090362
-			public const int push_notification_fb_content_no_like2 = 2131297122;
+			public const int push_notification_fb_content = 2131297122;
 			
 			// aapt resource value: 0x7F090363
-			public const int push_notification_fb_content_no_like3 = 2131297123;
+			public const int push_notification_fb_content_no_like1 = 2131297123;
 			
 			// aapt resource value: 0x7F090364
-			public const int push_notification_fb_content_no_like4 = 2131297124;
+			public const int push_notification_fb_content_no_like2 = 2131297124;
 			
 			// aapt resource value: 0x7F090365
-			public const int push_notification_for_bottom_margin = 2131297125;
+			public const int push_notification_fb_content_no_like3 = 2131297125;
 			
 			// aapt resource value: 0x7F090366
-			public const int push_notification_header_expand = 2131297126;
+			public const int push_notification_fb_content_no_like4 = 2131297126;
 			
 			// aapt resource value: 0x7F090367
-			public const int push_notification_header_neg_fb = 2131297127;
+			public const int push_notification_for_bottom_margin = 2131297127;
 			
 			// aapt resource value: 0x7F090368
-			public const int push_notification_layout_lefttop = 2131297128;
+			public const int push_notification_header_expand = 2131297128;
 			
 			// aapt resource value: 0x7F090369
-			public const int push_notification_layout_time = 2131297129;
+			public const int push_notification_header_neg_fb = 2131297129;
 			
 			// aapt resource value: 0x7F09036A
-			public const int push_notification_main_layout = 2131297130;
+			public const int push_notification_layout_lefttop = 2131297130;
 			
 			// aapt resource value: 0x7F09036B
-			public const int push_notification_null = 2131297131;
+			public const int push_notification_layout_time = 2131297131;
 			
 			// aapt resource value: 0x7F09036C
-			public const int push_notification_small_icon = 2131297132;
+			public const int push_notification_main_layout = 2131297132;
 			
 			// aapt resource value: 0x7F09036D
-			public const int push_notification_style_1 = 2131297133;
+			public const int push_notification_null = 2131297133;
 			
 			// aapt resource value: 0x7F09036E
-			public const int push_notification_style_1_banner_icon = 2131297134;
+			public const int push_notification_small_icon = 2131297134;
 			
 			// aapt resource value: 0x7F09036F
-			public const int push_notification_style_1_big_icon = 2131297135;
+			public const int push_notification_style_1 = 2131297135;
 			
 			// aapt resource value: 0x7F090370
-			public const int push_notification_style_1_content = 2131297136;
+			public const int push_notification_style_1_banner_icon = 2131297136;
 			
 			// aapt resource value: 0x7F090371
-			public const int push_notification_style_1_date = 2131297137;
+			public const int push_notification_style_1_big_icon = 2131297137;
 			
 			// aapt resource value: 0x7F090372
-			public const int push_notification_style_1_main_layout = 2131297138;
+			public const int push_notification_style_1_content = 2131297138;
 			
 			// aapt resource value: 0x7F090373
-			public const int push_notification_style_1_title = 2131297139;
+			public const int push_notification_style_1_date = 2131297139;
 			
 			// aapt resource value: 0x7F090374
-			public const int push_notification_style_default = 2131297140;
+			public const int push_notification_style_1_main_layout = 2131297140;
 			
 			// aapt resource value: 0x7F090375
-			public const int push_notification_sub_title = 2131297141;
+			public const int push_notification_style_1_title = 2131297141;
 			
 			// aapt resource value: 0x7F090376
-			public const int push_notification_title = 2131297142;
+			public const int push_notification_style_default = 2131297142;
 			
 			// aapt resource value: 0x7F090377
-			public const int push_root_view = 2131297143;
+			public const int push_notification_sub_title = 2131297143;
 			
 			// aapt resource value: 0x7F090378
-			public const int quality_balanced_btn = 2131297144;
+			public const int push_notification_title = 2131297144;
 			
 			// aapt resource value: 0x7F090379
-			public const int quality_close_btn = 2131297145;
+			public const int push_root_view = 2131297145;
 			
 			// aapt resource value: 0x7F09037A
-			public const int quality_flunet_btn = 2131297146;
+			public const int quality_balanced_btn = 2131297146;
 			
 			// aapt resource value: 0x7F09037B
-			public const int quality_hd_btn = 2131297147;
+			public const int quality_close_btn = 2131297147;
 			
 			// aapt resource value: 0x7F09037C
-			public const int quality_line = 2131297148;
+			public const int quality_flunet_btn = 2131297148;
 			
 			// aapt resource value: 0x7F09037D
-			public const int quality_super_hd_btn = 2131297149;
-			
-			// aapt resource value: 0x7F09037F
-			public const int queryingCameraRyt = 2131297151;
-			
-			// aapt resource value: 0x7F090380
-			public const int querying_camera_tv = 2131297152;
+			public const int quality_hd_btn = 2131297149;
 			
 			// aapt resource value: 0x7F09037E
-			public const int query_exception_ly = 2131297150;
+			public const int quality_line = 2131297150;
+			
+			// aapt resource value: 0x7F09037F
+			public const int quality_super_hd_btn = 2131297151;
 			
 			// aapt resource value: 0x7F090381
-			public const int quit = 2131297153;
+			public const int queryingCameraRyt = 2131297153;
 			
 			// aapt resource value: 0x7F090382
-			public const int radio = 2131297154;
+			public const int querying_camera_tv = 2131297154;
+			
+			// aapt resource value: 0x7F090380
+			public const int query_exception_ly = 2131297152;
 			
 			// aapt resource value: 0x7F090383
-			public const int range = 2131297155;
+			public const int quit = 2131297155;
 			
 			// aapt resource value: 0x7F090384
-			public const int rangeSort = 2131297156;
+			public const int radio = 2131297156;
 			
 			// aapt resource value: 0x7F090385
-			public const int rate_16x = 2131297157;
+			public const int range = 2131297157;
 			
 			// aapt resource value: 0x7F090386
-			public const int rate_1x = 2131297158;
+			public const int rangeSort = 2131297158;
 			
 			// aapt resource value: 0x7F090387
-			public const int rate_32x = 2131297159;
+			public const int rate_16x = 2131297159;
 			
 			// aapt resource value: 0x7F090388
-			public const int rate_4x = 2131297160;
+			public const int rate_1x = 2131297160;
 			
 			// aapt resource value: 0x7F090389
-			public const int rate_8x = 2131297161;
+			public const int rate_32x = 2131297161;
 			
 			// aapt resource value: 0x7F09038A
-			public const int rb_never_remind = 2131297162;
+			public const int rate_4x = 2131297162;
 			
 			// aapt resource value: 0x7F09038B
-			public const int rcv_channel = 2131297163;
+			public const int rate_8x = 2131297163;
 			
 			// aapt resource value: 0x7F09038C
-			public const int rcv_record = 2131297164;
+			public const int rb_never_remind = 2131297164;
 			
 			// aapt resource value: 0x7F09038D
-			public const int rcv_video_list = 2131297165;
-			
-			// aapt resource value: 0x7F09038F
-			public const int read_button = 2131297167;
-			
-			// aapt resource value: 0x7F090390
-			public const int realplay_area = 2131297168;
-			
-			// aapt resource value: 0x7F090391
-			public const int realplay_back_btn = 2131297169;
-			
-			// aapt resource value: 0x7F090392
-			public const int realplay_capture_iv = 2131297170;
-			
-			// aapt resource value: 0x7F090393
-			public const int realplay_capture_rl = 2131297171;
-			
-			// aapt resource value: 0x7F090394
-			public const int realplay_capture_watermark_iv = 2131297172;
-			
-			// aapt resource value: 0x7F090395
-			public const int realplay_control_bar = 2131297173;
-			
-			// aapt resource value: 0x7F090396
-			public const int realplay_control_rl = 2131297174;
-			
-			// aapt resource value: 0x7F090397
-			public const int realplay_display_view = 2131297175;
-			
-			// aapt resource value: 0x7F090398
-			public const int realplay_flow_tv = 2131297176;
-			
-			// aapt resource value: 0x7F090399
-			public const int realplay_full_anim_btn = 2131297177;
-			
-			// aapt resource value: 0x7F09039A
-			public const int realplay_full_flow_ly = 2131297178;
-			
-			// aapt resource value: 0x7F09039B
-			public const int realplay_full_flow_tv = 2131297179;
-			
-			// aapt resource value: 0x7F09039C
-			public const int realplay_full_operate_bar = 2131297180;
-			
-			// aapt resource value: 0x7F09039D
-			public const int realplay_full_operate_layout = 2131297181;
-			
-			// aapt resource value: 0x7F09039E
-			public const int realplay_full_play_btn = 2131297182;
-			
-			// aapt resource value: 0x7F09039F
-			public const int realplay_full_previously_btn = 2131297183;
-			
-			// aapt resource value: 0x7F0903A0
-			public const int realplay_full_ptz_anim_btn = 2131297184;
-			
-			// aapt resource value: 0x7F0903A1
-			public const int realplay_full_ptz_btn = 2131297185;
-			
-			// aapt resource value: 0x7F0903A2
-			public const int realplay_full_ptz_prompt_iv = 2131297186;
-			
-			// aapt resource value: 0x7F0903A3
-			public const int realplay_full_rate_tv = 2131297187;
-			
-			// aapt resource value: 0x7F0903A4
-			public const int realplay_full_sound_btn = 2131297188;
-			
-			// aapt resource value: 0x7F0903A5
-			public const int realplay_full_talk_anim_btn = 2131297189;
-			
-			// aapt resource value: 0x7F0903A6
-			public const int realplay_full_talk_btn = 2131297190;
-			
-			// aapt resource value: 0x7F0903A7
-			public const int realplay_full_video_btn = 2131297191;
-			
-			// aapt resource value: 0x7F0903A8
-			public const int realplay_full_video_container = 2131297192;
-			
-			// aapt resource value: 0x7F0903A9
-			public const int realplay_full_video_start_btn = 2131297193;
-			
-			// aapt resource value: 0x7F0903AA
-			public const int realplay_loading = 2131297194;
-			
-			// aapt resource value: 0x7F0903AB
-			public const int realplay_loading_rl = 2131297195;
-			
-			// aapt resource value: 0x7F0903AC
-			public const int realplay_operate_bar = 2131297196;
-			
-			// aapt resource value: 0x7F0903AD
-			public const int realplay_operate_bar2 = 2131297197;
-			
-			// aapt resource value: 0x7F0903AE
-			public const int realplay_operate_ly = 2131297198;
-			
-			// aapt resource value: 0x7F0903AF
-			public const int realplay_operate_ly2 = 2131297199;
-			
-			// aapt resource value: 0x7F0903B2
-			public const int realplay_pages_gallery = 2131297202;
-			
-			// aapt resource value: 0x7F0903B0
-			public const int realplay_page_anim_iv = 2131297200;
-			
-			// aapt resource value: 0x7F0903B1
-			public const int realplay_page_ly = 2131297201;
-			
-			// aapt resource value: 0x7F0903B3
-			public const int realplay_play_btn = 2131297203;
-			
-			// aapt resource value: 0x7F0903B4
-			public const int realplay_play_iv = 2131297204;
-			
-			// aapt resource value: 0x7F0903B5
-			public const int realplay_play_rl = 2131297205;
-			
-			// aapt resource value: 0x7F0903B6
-			public const int realplay_previously_btn = 2131297206;
-			
-			// aapt resource value: 0x7F0903B7
-			public const int realplay_previously_btn2 = 2131297207;
-			
-			// aapt resource value: 0x7F0903B8
-			public const int realplay_previously_btn_ly = 2131297208;
-			
-			// aapt resource value: 0x7F0903B9
-			public const int realplay_previously_btn_ly2 = 2131297209;
-			
-			// aapt resource value: 0x7F0903BA
-			public const int realplay_privacy_btn = 2131297210;
-			
-			// aapt resource value: 0x7F0903BB
-			public const int realplay_privacy_btn2 = 2131297211;
-			
-			// aapt resource value: 0x7F0903BC
-			public const int realplay_privacy_btn_ly = 2131297212;
-			
-			// aapt resource value: 0x7F0903BD
-			public const int realplay_privacy_btn_ly2 = 2131297213;
-			
-			// aapt resource value: 0x7F0903BE
-			public const int realplay_privacy_ly = 2131297214;
-			
-			// aapt resource value: 0x7F0903BF
-			public const int realplay_privacy_tv = 2131297215;
-			
-			// aapt resource value: 0x7F0903C0
-			public const int realplay_privacy_tv2 = 2131297216;
-			
-			// aapt resource value: 0x7F0903C1
-			public const int realplay_prompt_rl = 2131297217;
-			
-			// aapt resource value: 0x7F0903C2
-			public const int realplay_ptz_btn = 2131297218;
-			
-			// aapt resource value: 0x7F0903C3
-			public const int realplay_ptz_btn2 = 2131297219;
-			
-			// aapt resource value: 0x7F0903C4
-			public const int realplay_ptz_btn_ly = 2131297220;
-			
-			// aapt resource value: 0x7F0903C5
-			public const int realplay_ptz_btn_ly2 = 2131297221;
-			
-			// aapt resource value: 0x7F0903C6
-			public const int realplay_ptz_direction_iv = 2131297222;
-			
-			// aapt resource value: 0x7F0903C7
-			public const int realplay_quality_btn = 2131297223;
-			
-			// aapt resource value: 0x7F0903C8
-			public const int realplay_ratio_tv = 2131297224;
-			
-			// aapt resource value: 0x7F0903C9
-			public const int realplay_record_iv = 2131297225;
-			
-			// aapt resource value: 0x7F0903CA
-			public const int realplay_record_ly = 2131297226;
-			
-			// aapt resource value: 0x7F0903CB
-			public const int realplay_record_tv = 2131297227;
-			
-			// aapt resource value: 0x7F0903CC
-			public const int realplay_sound_btn = 2131297228;
-			
-			// aapt resource value: 0x7F0903CD
-			public const int realplay_ssl_btn = 2131297229;
-			
-			// aapt resource value: 0x7F0903CE
-			public const int realplay_ssl_btn2 = 2131297230;
-			
-			// aapt resource value: 0x7F0903CF
-			public const int realplay_ssl_btn_ly = 2131297231;
-			
-			// aapt resource value: 0x7F0903D0
-			public const int realplay_ssl_btn_ly2 = 2131297232;
-			
-			// aapt resource value: 0x7F0903D1
-			public const int realplay_ssl_btn_rl = 2131297233;
-			
-			// aapt resource value: 0x7F0903D2
-			public const int realplay_ssl_btn_rl2 = 2131297234;
-			
-			// aapt resource value: 0x7F0903D3
-			public const int realplay_ssl_progress = 2131297235;
-			
-			// aapt resource value: 0x7F0903D4
-			public const int realplay_ssl_progress2 = 2131297236;
-			
-			// aapt resource value: 0x7F0903D5
-			public const int realplay_ssl_tv = 2131297237;
-			
-			// aapt resource value: 0x7F0903D6
-			public const int realplay_ssl_tv2 = 2131297238;
-			
-			// aapt resource value: 0x7F0903D7
-			public const int realplay_stop_btn = 2131297239;
-			
-			// aapt resource value: 0x7F0903D8
-			public const int realplay_sv = 2131297240;
-			
-			// aapt resource value: 0x7F0903D9
-			public const int realplay_talk_btn = 2131297241;
-			
-			// aapt resource value: 0x7F0903DA
-			public const int realplay_talk_btn2 = 2131297242;
-			
-			// aapt resource value: 0x7F0903DB
-			public const int realplay_talk_btn_ly = 2131297243;
-			
-			// aapt resource value: 0x7F0903DC
-			public const int realplay_talk_btn_ly2 = 2131297244;
-			
-			// aapt resource value: 0x7F0903DD
-			public const int realplay_tip_tv = 2131297245;
-			
-			// aapt resource value: 0x7F0903DE
-			public const int realplay_title_tv = 2131297246;
-			
-			// aapt resource value: 0x7F0903DF
-			public const int realplay_top_bar = 2131297247;
-			
-			// aapt resource value: 0x7F0903E0
-			public const int realplay_unblanking_btn = 2131297248;
-			
-			// aapt resource value: 0x7F0903E1
-			public const int realplay_unblanking_btn2 = 2131297249;
-			
-			// aapt resource value: 0x7F0903E2
-			public const int realplay_unblanking_btn_ly = 2131297250;
-			
-			// aapt resource value: 0x7F0903E3
-			public const int realplay_unblanking_btn_ly2 = 2131297251;
-			
-			// aapt resource value: 0x7F0903E4
-			public const int realplay_video_btn = 2131297252;
-			
-			// aapt resource value: 0x7F0903E5
-			public const int realplay_video_btn2 = 2131297253;
-			
-			// aapt resource value: 0x7F0903E6
-			public const int realplay_video_container = 2131297254;
-			
-			// aapt resource value: 0x7F0903E7
-			public const int realplay_video_container2 = 2131297255;
-			
-			// aapt resource value: 0x7F0903E8
-			public const int realplay_video_container_ly = 2131297256;
-			
-			// aapt resource value: 0x7F0903E9
-			public const int realplay_video_container_ly2 = 2131297257;
-			
-			// aapt resource value: 0x7F0903EA
-			public const int realplay_video_start_btn = 2131297258;
-			
-			// aapt resource value: 0x7F0903EB
-			public const int realplay_video_start_btn2 = 2131297259;
-			
-			// aapt resource value: 0x7F0903EC
-			public const int realplay_waiting_lr = 2131297260;
-			
-			// aapt resource value: 0x7F0903ED
-			public const int realplay_watting_pb = 2131297261;
-			
-			// aapt resource value: 0x7F0903EE
-			public const int realplay_watting_tv = 2131297262;
-			
-			// aapt resource value: 0x7F0903EF
-			public const int realplay_wnd_sv = 2131297263;
-			
-			// aapt resource value: 0x7F0903F0
-			public const int record_endTime = 2131297264;
-			
-			// aapt resource value: 0x7F0903F1
-			public const int record_list = 2131297265;
-			
-			// aapt resource value: 0x7F0903F2
-			public const int record_seekbar = 2131297266;
-			
-			// aapt resource value: 0x7F0903F3
-			public const int record_startTime = 2131297267;
-			
-			// aapt resource value: 0x7F0903F4
-			public const int rectangle = 2131297268;
-			
-			// aapt resource value: 0x7F0903F5
-			public const int recycler_view = 2131297269;
-			
-			// aapt resource value: 0x7F0903F6
-			public const int refresh_button = 2131297270;
-			
-			// aapt resource value: 0x7F0903F7
-			public const int refresh_layout = 2131297271;
-			
-			// aapt resource value: 0x7F0903F8
-			public const int refresh_status_textview = 2131297272;
-			
-			// aapt resource value: 0x7F0903F9
-			public const int refresh_tip = 2131297273;
-			
-			// aapt resource value: 0x7F0903FA
-			public const int remoteFrame = 2131297274;
-			
-			// aapt resource value: 0x7F0903FB
-			public const int remoteFrameContainer = 2131297275;
-			
-			// aapt resource value: 0x7F090408
-			public const int remoteplayback_begin_time_tv = 2131297288;
-			
-			// aapt resource value: 0x7F090409
-			public const int remoteplayback_capture_iv = 2131297289;
-			
-			// aapt resource value: 0x7F09040A
-			public const int remoteplayback_capture_rl = 2131297290;
-			
-			// aapt resource value: 0x7F09040B
-			public const int remoteplayback_capture_watermark_iv = 2131297291;
-			
-			// aapt resource value: 0x7F09040C
-			public const int remoteplayback_control_rl = 2131297292;
-			
-			// aapt resource value: 0x7F09040D
-			public const int remoteplayback_end_time_tv = 2131297293;
-			
-			// aapt resource value: 0x7F09040E
-			public const int remoteplayback_file_time_bar = 2131297294;
-			
-			// aapt resource value: 0x7F09040F
-			public const int remoteplayback_flow_tv = 2131297295;
-			
-			// aapt resource value: 0x7F090410
-			public const int remoteplayback_full_down_btn = 2131297296;
-			
-			// aapt resource value: 0x7F090411
-			public const int remoteplayback_full_flow_ly = 2131297297;
-			
-			// aapt resource value: 0x7F090412
-			public const int remoteplayback_full_flow_tv = 2131297298;
-			
-			// aapt resource value: 0x7F090413
-			public const int remoteplayback_full_operate_bar = 2131297299;
-			
-			// aapt resource value: 0x7F090414
-			public const int remoteplayback_full_play_btn = 2131297300;
-			
-			// aapt resource value: 0x7F090415
-			public const int remoteplayback_full_previously_btn = 2131297301;
-			
-			// aapt resource value: 0x7F090416
-			public const int remoteplayback_full_rate_tv = 2131297302;
-			
-			// aapt resource value: 0x7F090417
-			public const int remoteplayback_full_sound_btn = 2131297303;
-			
-			// aapt resource value: 0x7F090418
-			public const int remoteplayback_full_video_btn = 2131297304;
-			
-			// aapt resource value: 0x7F090419
-			public const int remoteplayback_full_video_container = 2131297305;
-			
-			// aapt resource value: 0x7F09041A
-			public const int remoteplayback_full_video_start_btn = 2131297306;
-			
-			// aapt resource value: 0x7F09041B
-			public const int remoteplayback_loading_iv = 2131297307;
-			
-			// aapt resource value: 0x7F09041C
-			public const int remoteplayback_loading_ly = 2131297308;
-			
-			// aapt resource value: 0x7F09041D
-			public const int remoteplayback_loading_pb_ly = 2131297309;
-			
-			// aapt resource value: 0x7F09041E
-			public const int remoteplayback_loading_play_btn = 2131297310;
-			
-			// aapt resource value: 0x7F09041F
-			public const int remoteplayback_loading_tv = 2131297311;
-			
-			// aapt resource value: 0x7F090420
-			public const int remoteplayback_operate_bar = 2131297312;
-			
-			// aapt resource value: 0x7F090421
-			public const int remoteplayback_page_ly = 2131297313;
-			
-			// aapt resource value: 0x7F090422
-			public const int remoteplayback_play_btn = 2131297314;
-			
-			// aapt resource value: 0x7F090423
-			public const int remoteplayback_play_rl = 2131297315;
-			
-			// aapt resource value: 0x7F090424
-			public const int remoteplayback_previously_btn = 2131297316;
-			
-			// aapt resource value: 0x7F090427
-			public const int remoteplayback_progressbar = 2131297319;
-			
-			// aapt resource value: 0x7F090425
-			public const int remoteplayback_progress_ly = 2131297317;
-			
-			// aapt resource value: 0x7F090426
-			public const int remoteplayback_progress_seekbar = 2131297318;
-			
-			// aapt resource value: 0x7F090428
-			public const int remoteplayback_ratio_tv = 2131297320;
-			
-			// aapt resource value: 0x7F090429
-			public const int remoteplayback_record_iv = 2131297321;
-			
-			// aapt resource value: 0x7F09042A
-			public const int remoteplayback_record_ly = 2131297322;
-			
-			// aapt resource value: 0x7F09042B
-			public const int remoteplayback_record_tv = 2131297323;
-			
-			// aapt resource value: 0x7F09042C
-			public const int remoteplayback_replay_btn = 2131297324;
-			
-			// aapt resource value: 0x7F09042D
-			public const int remoteplayback_small_previously_btn = 2131297325;
-			
-			// aapt resource value: 0x7F09042E
-			public const int remoteplayback_small_video_btn = 2131297326;
-			
-			// aapt resource value: 0x7F09042F
-			public const int remoteplayback_small_video_container = 2131297327;
-			
-			// aapt resource value: 0x7F090430
-			public const int remoteplayback_small_video_start_btn = 2131297328;
-			
-			// aapt resource value: 0x7F090431
-			public const int remoteplayback_sound_btn = 2131297329;
-			
-			// aapt resource value: 0x7F090432
-			public const int remoteplayback_sv = 2131297330;
-			
-			// aapt resource value: 0x7F090434
-			public const int remoteplayback_timebar = 2131297332;
-			
-			// aapt resource value: 0x7F090435
-			public const int remoteplayback_timebar_rl = 2131297333;
-			
-			// aapt resource value: 0x7F090433
-			public const int remoteplayback_time_tv = 2131297331;
-			
-			// aapt resource value: 0x7F090436
-			public const int remoteplayback_tip_tv = 2131297334;
-			
-			// aapt resource value: 0x7F090437
-			public const int remoteplayback_video_btn = 2131297335;
-			
-			// aapt resource value: 0x7F090438
-			public const int remoteplayback_video_container = 2131297336;
-			
-			// aapt resource value: 0x7F090439
-			public const int remoteplayback_video_start_btn = 2131297337;
-			
-			// aapt resource value: 0x7F0903FC
-			public const int remoteVideo = 2131297276;
-			
-			// aapt resource value: 0x7F0903FD
-			public const int remote_list_page = 2131297277;
-			
-			// aapt resource value: 0x7F0903FE
-			public const int remote_loading_buffer_tv = 2131297278;
-			
-			// aapt resource value: 0x7F0903FF
-			public const int remote_loading_iv = 2131297279;
-			
-			// aapt resource value: 0x7F090400
-			public const int remote_playback_area = 2131297280;
-			
-			// aapt resource value: 0x7F090401
-			public const int remote_playback_capture_btn = 2131297281;
-			
-			// aapt resource value: 0x7F090402
-			public const int remote_playback_download_btn = 2131297282;
-			
-			// aapt resource value: 0x7F090403
-			public const int remote_playback_flow_tv = 2131297283;
-			
-			// aapt resource value: 0x7F090404
-			public const int remote_playback_pause_btn = 2131297284;
-			
-			// aapt resource value: 0x7F090405
-			public const int remote_playback_sound_btn = 2131297285;
-			
-			// aapt resource value: 0x7F090406
-			public const int remote_playback_video_recording_btn = 2131297286;
-			
-			// aapt resource value: 0x7F090407
-			public const int remote_playback_wnd_sv = 2131297287;
-			
-			// aapt resource value: 0x7F09043A
-			public const int render_texture_view = 2131297338;
-			
-			// aapt resource value: 0x7F09043B
-			public const int render_texture_view_soft = 2131297339;
-			
-			// aapt resource value: 0x7F09043C
-			public const int replay_btn = 2131297340;
-			
-			// aapt resource value: 0x7F09043D
-			public const int requestA = 2131297341;
-			
-			// aapt resource value: 0x7F09043E
-			public const int requestMasterAudio = 2131297342;
-			
-			// aapt resource value: 0x7F09043F
-			public const int requestMasterVideo = 2131297343;
-			
-			// aapt resource value: 0x7F090440
-			public const int requestV = 2131297344;
-			
-			// aapt resource value: 0x7F090441
-			public const int restart_preview = 2131297345;
-			
-			// aapt resource value: 0x7F090442
-			public const int retry_btn = 2131297346;
-			
-			// aapt resource value: 0x7F090443
-			public const int retry_button = 2131297347;
-			
-			// aapt resource value: 0x7F090444
-			public const int return_scan_result = 2131297348;
-			
-			// aapt resource value: 0x7F090445
-			public const int reverseCall = 2131297349;
-			
-			// aapt resource value: 0x7F090446
-			public const int reverseCallInfo = 2131297350;
+			public const int rcv_channel = 2131297165;
 			
 			// aapt resource value: 0x7F09038E
-			public const int re_next_area = 2131297166;
+			public const int rcv_record = 2131297166;
+			
+			// aapt resource value: 0x7F09038F
+			public const int rcv_video_list = 2131297167;
+			
+			// aapt resource value: 0x7F090391
+			public const int read_button = 2131297169;
+			
+			// aapt resource value: 0x7F090392
+			public const int realplay_area = 2131297170;
+			
+			// aapt resource value: 0x7F090393
+			public const int realplay_back_btn = 2131297171;
+			
+			// aapt resource value: 0x7F090394
+			public const int realplay_capture_iv = 2131297172;
+			
+			// aapt resource value: 0x7F090395
+			public const int realplay_capture_rl = 2131297173;
+			
+			// aapt resource value: 0x7F090396
+			public const int realplay_capture_watermark_iv = 2131297174;
+			
+			// aapt resource value: 0x7F090397
+			public const int realplay_control_bar = 2131297175;
+			
+			// aapt resource value: 0x7F090398
+			public const int realplay_control_rl = 2131297176;
+			
+			// aapt resource value: 0x7F090399
+			public const int realplay_display_view = 2131297177;
+			
+			// aapt resource value: 0x7F09039A
+			public const int realplay_flow_tv = 2131297178;
+			
+			// aapt resource value: 0x7F09039B
+			public const int realplay_full_anim_btn = 2131297179;
+			
+			// aapt resource value: 0x7F09039C
+			public const int realplay_full_flow_ly = 2131297180;
+			
+			// aapt resource value: 0x7F09039D
+			public const int realplay_full_flow_tv = 2131297181;
+			
+			// aapt resource value: 0x7F09039E
+			public const int realplay_full_operate_bar = 2131297182;
+			
+			// aapt resource value: 0x7F09039F
+			public const int realplay_full_operate_layout = 2131297183;
+			
+			// aapt resource value: 0x7F0903A0
+			public const int realplay_full_play_btn = 2131297184;
+			
+			// aapt resource value: 0x7F0903A1
+			public const int realplay_full_previously_btn = 2131297185;
+			
+			// aapt resource value: 0x7F0903A2
+			public const int realplay_full_ptz_anim_btn = 2131297186;
+			
+			// aapt resource value: 0x7F0903A3
+			public const int realplay_full_ptz_btn = 2131297187;
+			
+			// aapt resource value: 0x7F0903A4
+			public const int realplay_full_ptz_prompt_iv = 2131297188;
+			
+			// aapt resource value: 0x7F0903A5
+			public const int realplay_full_rate_tv = 2131297189;
+			
+			// aapt resource value: 0x7F0903A6
+			public const int realplay_full_sound_btn = 2131297190;
+			
+			// aapt resource value: 0x7F0903A7
+			public const int realplay_full_talk_anim_btn = 2131297191;
+			
+			// aapt resource value: 0x7F0903A8
+			public const int realplay_full_talk_btn = 2131297192;
+			
+			// aapt resource value: 0x7F0903A9
+			public const int realplay_full_video_btn = 2131297193;
+			
+			// aapt resource value: 0x7F0903AA
+			public const int realplay_full_video_container = 2131297194;
+			
+			// aapt resource value: 0x7F0903AB
+			public const int realplay_full_video_start_btn = 2131297195;
+			
+			// aapt resource value: 0x7F0903AC
+			public const int realplay_loading = 2131297196;
+			
+			// aapt resource value: 0x7F0903AD
+			public const int realplay_loading_rl = 2131297197;
+			
+			// aapt resource value: 0x7F0903AE
+			public const int realplay_operate_bar = 2131297198;
+			
+			// aapt resource value: 0x7F0903AF
+			public const int realplay_operate_bar2 = 2131297199;
+			
+			// aapt resource value: 0x7F0903B0
+			public const int realplay_operate_ly = 2131297200;
+			
+			// aapt resource value: 0x7F0903B1
+			public const int realplay_operate_ly2 = 2131297201;
+			
+			// aapt resource value: 0x7F0903B4
+			public const int realplay_pages_gallery = 2131297204;
+			
+			// aapt resource value: 0x7F0903B2
+			public const int realplay_page_anim_iv = 2131297202;
+			
+			// aapt resource value: 0x7F0903B3
+			public const int realplay_page_ly = 2131297203;
+			
+			// aapt resource value: 0x7F0903B5
+			public const int realplay_play_btn = 2131297205;
+			
+			// aapt resource value: 0x7F0903B6
+			public const int realplay_play_iv = 2131297206;
+			
+			// aapt resource value: 0x7F0903B7
+			public const int realplay_play_rl = 2131297207;
+			
+			// aapt resource value: 0x7F0903B8
+			public const int realplay_previously_btn = 2131297208;
+			
+			// aapt resource value: 0x7F0903B9
+			public const int realplay_previously_btn2 = 2131297209;
+			
+			// aapt resource value: 0x7F0903BA
+			public const int realplay_previously_btn_ly = 2131297210;
+			
+			// aapt resource value: 0x7F0903BB
+			public const int realplay_previously_btn_ly2 = 2131297211;
+			
+			// aapt resource value: 0x7F0903BC
+			public const int realplay_privacy_btn = 2131297212;
+			
+			// aapt resource value: 0x7F0903BD
+			public const int realplay_privacy_btn2 = 2131297213;
+			
+			// aapt resource value: 0x7F0903BE
+			public const int realplay_privacy_btn_ly = 2131297214;
+			
+			// aapt resource value: 0x7F0903BF
+			public const int realplay_privacy_btn_ly2 = 2131297215;
+			
+			// aapt resource value: 0x7F0903C0
+			public const int realplay_privacy_ly = 2131297216;
+			
+			// aapt resource value: 0x7F0903C1
+			public const int realplay_privacy_tv = 2131297217;
+			
+			// aapt resource value: 0x7F0903C2
+			public const int realplay_privacy_tv2 = 2131297218;
+			
+			// aapt resource value: 0x7F0903C3
+			public const int realplay_prompt_rl = 2131297219;
+			
+			// aapt resource value: 0x7F0903C4
+			public const int realplay_ptz_btn = 2131297220;
+			
+			// aapt resource value: 0x7F0903C5
+			public const int realplay_ptz_btn2 = 2131297221;
+			
+			// aapt resource value: 0x7F0903C6
+			public const int realplay_ptz_btn_ly = 2131297222;
+			
+			// aapt resource value: 0x7F0903C7
+			public const int realplay_ptz_btn_ly2 = 2131297223;
+			
+			// aapt resource value: 0x7F0903C8
+			public const int realplay_ptz_direction_iv = 2131297224;
+			
+			// aapt resource value: 0x7F0903C9
+			public const int realplay_quality_btn = 2131297225;
+			
+			// aapt resource value: 0x7F0903CA
+			public const int realplay_ratio_tv = 2131297226;
+			
+			// aapt resource value: 0x7F0903CB
+			public const int realplay_record_iv = 2131297227;
+			
+			// aapt resource value: 0x7F0903CC
+			public const int realplay_record_ly = 2131297228;
+			
+			// aapt resource value: 0x7F0903CD
+			public const int realplay_record_tv = 2131297229;
+			
+			// aapt resource value: 0x7F0903CE
+			public const int realplay_sound_btn = 2131297230;
+			
+			// aapt resource value: 0x7F0903CF
+			public const int realplay_ssl_btn = 2131297231;
+			
+			// aapt resource value: 0x7F0903D0
+			public const int realplay_ssl_btn2 = 2131297232;
+			
+			// aapt resource value: 0x7F0903D1
+			public const int realplay_ssl_btn_ly = 2131297233;
+			
+			// aapt resource value: 0x7F0903D2
+			public const int realplay_ssl_btn_ly2 = 2131297234;
+			
+			// aapt resource value: 0x7F0903D3
+			public const int realplay_ssl_btn_rl = 2131297235;
+			
+			// aapt resource value: 0x7F0903D4
+			public const int realplay_ssl_btn_rl2 = 2131297236;
+			
+			// aapt resource value: 0x7F0903D5
+			public const int realplay_ssl_progress = 2131297237;
+			
+			// aapt resource value: 0x7F0903D6
+			public const int realplay_ssl_progress2 = 2131297238;
+			
+			// aapt resource value: 0x7F0903D7
+			public const int realplay_ssl_tv = 2131297239;
+			
+			// aapt resource value: 0x7F0903D8
+			public const int realplay_ssl_tv2 = 2131297240;
+			
+			// aapt resource value: 0x7F0903D9
+			public const int realplay_stop_btn = 2131297241;
+			
+			// aapt resource value: 0x7F0903DA
+			public const int realplay_sv = 2131297242;
+			
+			// aapt resource value: 0x7F0903DB
+			public const int realplay_talk_btn = 2131297243;
+			
+			// aapt resource value: 0x7F0903DC
+			public const int realplay_talk_btn2 = 2131297244;
+			
+			// aapt resource value: 0x7F0903DD
+			public const int realplay_talk_btn_ly = 2131297245;
+			
+			// aapt resource value: 0x7F0903DE
+			public const int realplay_talk_btn_ly2 = 2131297246;
+			
+			// aapt resource value: 0x7F0903DF
+			public const int realplay_tip_tv = 2131297247;
+			
+			// aapt resource value: 0x7F0903E0
+			public const int realplay_title_tv = 2131297248;
+			
+			// aapt resource value: 0x7F0903E1
+			public const int realplay_top_bar = 2131297249;
+			
+			// aapt resource value: 0x7F0903E2
+			public const int realplay_unblanking_btn = 2131297250;
+			
+			// aapt resource value: 0x7F0903E3
+			public const int realplay_unblanking_btn2 = 2131297251;
+			
+			// aapt resource value: 0x7F0903E4
+			public const int realplay_unblanking_btn_ly = 2131297252;
+			
+			// aapt resource value: 0x7F0903E5
+			public const int realplay_unblanking_btn_ly2 = 2131297253;
+			
+			// aapt resource value: 0x7F0903E6
+			public const int realplay_video_btn = 2131297254;
+			
+			// aapt resource value: 0x7F0903E7
+			public const int realplay_video_btn2 = 2131297255;
+			
+			// aapt resource value: 0x7F0903E8
+			public const int realplay_video_container = 2131297256;
+			
+			// aapt resource value: 0x7F0903E9
+			public const int realplay_video_container2 = 2131297257;
+			
+			// aapt resource value: 0x7F0903EA
+			public const int realplay_video_container_ly = 2131297258;
+			
+			// aapt resource value: 0x7F0903EB
+			public const int realplay_video_container_ly2 = 2131297259;
+			
+			// aapt resource value: 0x7F0903EC
+			public const int realplay_video_start_btn = 2131297260;
+			
+			// aapt resource value: 0x7F0903ED
+			public const int realplay_video_start_btn2 = 2131297261;
+			
+			// aapt resource value: 0x7F0903EE
+			public const int realplay_waiting_lr = 2131297262;
+			
+			// aapt resource value: 0x7F0903EF
+			public const int realplay_watting_pb = 2131297263;
+			
+			// aapt resource value: 0x7F0903F0
+			public const int realplay_watting_tv = 2131297264;
+			
+			// aapt resource value: 0x7F0903F1
+			public const int realplay_wnd_sv = 2131297265;
+			
+			// aapt resource value: 0x7F0903F2
+			public const int record_endTime = 2131297266;
+			
+			// aapt resource value: 0x7F0903F3
+			public const int record_list = 2131297267;
+			
+			// aapt resource value: 0x7F0903F4
+			public const int record_seekbar = 2131297268;
+			
+			// aapt resource value: 0x7F0903F5
+			public const int record_startTime = 2131297269;
+			
+			// aapt resource value: 0x7F0903F6
+			public const int rectangle = 2131297270;
+			
+			// aapt resource value: 0x7F0903F7
+			public const int recycler_view = 2131297271;
+			
+			// aapt resource value: 0x7F0903F8
+			public const int refresh_button = 2131297272;
+			
+			// aapt resource value: 0x7F0903F9
+			public const int refresh_layout = 2131297273;
+			
+			// aapt resource value: 0x7F0903FA
+			public const int refresh_status_textview = 2131297274;
+			
+			// aapt resource value: 0x7F0903FB
+			public const int refresh_tip = 2131297275;
+			
+			// aapt resource value: 0x7F0903FC
+			public const int remoteFrame = 2131297276;
+			
+			// aapt resource value: 0x7F0903FD
+			public const int remoteFrameContainer = 2131297277;
+			
+			// aapt resource value: 0x7F09040A
+			public const int remoteplayback_begin_time_tv = 2131297290;
+			
+			// aapt resource value: 0x7F09040B
+			public const int remoteplayback_capture_iv = 2131297291;
+			
+			// aapt resource value: 0x7F09040C
+			public const int remoteplayback_capture_rl = 2131297292;
+			
+			// aapt resource value: 0x7F09040D
+			public const int remoteplayback_capture_watermark_iv = 2131297293;
+			
+			// aapt resource value: 0x7F09040E
+			public const int remoteplayback_control_rl = 2131297294;
+			
+			// aapt resource value: 0x7F09040F
+			public const int remoteplayback_end_time_tv = 2131297295;
+			
+			// aapt resource value: 0x7F090410
+			public const int remoteplayback_file_time_bar = 2131297296;
+			
+			// aapt resource value: 0x7F090411
+			public const int remoteplayback_flow_tv = 2131297297;
+			
+			// aapt resource value: 0x7F090412
+			public const int remoteplayback_full_down_btn = 2131297298;
+			
+			// aapt resource value: 0x7F090413
+			public const int remoteplayback_full_flow_ly = 2131297299;
+			
+			// aapt resource value: 0x7F090414
+			public const int remoteplayback_full_flow_tv = 2131297300;
+			
+			// aapt resource value: 0x7F090415
+			public const int remoteplayback_full_operate_bar = 2131297301;
+			
+			// aapt resource value: 0x7F090416
+			public const int remoteplayback_full_play_btn = 2131297302;
+			
+			// aapt resource value: 0x7F090417
+			public const int remoteplayback_full_previously_btn = 2131297303;
+			
+			// aapt resource value: 0x7F090418
+			public const int remoteplayback_full_rate_tv = 2131297304;
+			
+			// aapt resource value: 0x7F090419
+			public const int remoteplayback_full_sound_btn = 2131297305;
+			
+			// aapt resource value: 0x7F09041A
+			public const int remoteplayback_full_video_btn = 2131297306;
+			
+			// aapt resource value: 0x7F09041B
+			public const int remoteplayback_full_video_container = 2131297307;
+			
+			// aapt resource value: 0x7F09041C
+			public const int remoteplayback_full_video_start_btn = 2131297308;
+			
+			// aapt resource value: 0x7F09041D
+			public const int remoteplayback_loading_iv = 2131297309;
+			
+			// aapt resource value: 0x7F09041E
+			public const int remoteplayback_loading_ly = 2131297310;
+			
+			// aapt resource value: 0x7F09041F
+			public const int remoteplayback_loading_pb_ly = 2131297311;
+			
+			// aapt resource value: 0x7F090420
+			public const int remoteplayback_loading_play_btn = 2131297312;
+			
+			// aapt resource value: 0x7F090421
+			public const int remoteplayback_loading_tv = 2131297313;
+			
+			// aapt resource value: 0x7F090422
+			public const int remoteplayback_operate_bar = 2131297314;
+			
+			// aapt resource value: 0x7F090423
+			public const int remoteplayback_page_ly = 2131297315;
+			
+			// aapt resource value: 0x7F090424
+			public const int remoteplayback_play_btn = 2131297316;
+			
+			// aapt resource value: 0x7F090425
+			public const int remoteplayback_play_rl = 2131297317;
+			
+			// aapt resource value: 0x7F090426
+			public const int remoteplayback_previously_btn = 2131297318;
+			
+			// aapt resource value: 0x7F090429
+			public const int remoteplayback_progressbar = 2131297321;
+			
+			// aapt resource value: 0x7F090427
+			public const int remoteplayback_progress_ly = 2131297319;
+			
+			// aapt resource value: 0x7F090428
+			public const int remoteplayback_progress_seekbar = 2131297320;
+			
+			// aapt resource value: 0x7F09042A
+			public const int remoteplayback_ratio_tv = 2131297322;
+			
+			// aapt resource value: 0x7F09042B
+			public const int remoteplayback_record_iv = 2131297323;
+			
+			// aapt resource value: 0x7F09042C
+			public const int remoteplayback_record_ly = 2131297324;
+			
+			// aapt resource value: 0x7F09042D
+			public const int remoteplayback_record_tv = 2131297325;
+			
+			// aapt resource value: 0x7F09042E
+			public const int remoteplayback_replay_btn = 2131297326;
+			
+			// aapt resource value: 0x7F09042F
+			public const int remoteplayback_small_previously_btn = 2131297327;
+			
+			// aapt resource value: 0x7F090430
+			public const int remoteplayback_small_video_btn = 2131297328;
+			
+			// aapt resource value: 0x7F090431
+			public const int remoteplayback_small_video_container = 2131297329;
+			
+			// aapt resource value: 0x7F090432
+			public const int remoteplayback_small_video_start_btn = 2131297330;
+			
+			// aapt resource value: 0x7F090433
+			public const int remoteplayback_sound_btn = 2131297331;
+			
+			// aapt resource value: 0x7F090434
+			public const int remoteplayback_sv = 2131297332;
+			
+			// aapt resource value: 0x7F090436
+			public const int remoteplayback_timebar = 2131297334;
+			
+			// aapt resource value: 0x7F090437
+			public const int remoteplayback_timebar_rl = 2131297335;
+			
+			// aapt resource value: 0x7F090435
+			public const int remoteplayback_time_tv = 2131297333;
+			
+			// aapt resource value: 0x7F090438
+			public const int remoteplayback_tip_tv = 2131297336;
+			
+			// aapt resource value: 0x7F090439
+			public const int remoteplayback_video_btn = 2131297337;
+			
+			// aapt resource value: 0x7F09043A
+			public const int remoteplayback_video_container = 2131297338;
+			
+			// aapt resource value: 0x7F09043B
+			public const int remoteplayback_video_start_btn = 2131297339;
+			
+			// aapt resource value: 0x7F0903FE
+			public const int remoteVideo = 2131297278;
+			
+			// aapt resource value: 0x7F0903FF
+			public const int remote_list_page = 2131297279;
+			
+			// aapt resource value: 0x7F090400
+			public const int remote_loading_buffer_tv = 2131297280;
+			
+			// aapt resource value: 0x7F090401
+			public const int remote_loading_iv = 2131297281;
+			
+			// aapt resource value: 0x7F090402
+			public const int remote_playback_area = 2131297282;
+			
+			// aapt resource value: 0x7F090403
+			public const int remote_playback_capture_btn = 2131297283;
+			
+			// aapt resource value: 0x7F090404
+			public const int remote_playback_download_btn = 2131297284;
+			
+			// aapt resource value: 0x7F090405
+			public const int remote_playback_flow_tv = 2131297285;
+			
+			// aapt resource value: 0x7F090406
+			public const int remote_playback_pause_btn = 2131297286;
+			
+			// aapt resource value: 0x7F090407
+			public const int remote_playback_sound_btn = 2131297287;
+			
+			// aapt resource value: 0x7F090408
+			public const int remote_playback_video_recording_btn = 2131297288;
+			
+			// aapt resource value: 0x7F090409
+			public const int remote_playback_wnd_sv = 2131297289;
+			
+			// aapt resource value: 0x7F09043C
+			public const int render_texture_view = 2131297340;
+			
+			// aapt resource value: 0x7F09043D
+			public const int render_texture_view_soft = 2131297341;
+			
+			// aapt resource value: 0x7F09043E
+			public const int replay_btn = 2131297342;
+			
+			// aapt resource value: 0x7F09043F
+			public const int requestA = 2131297343;
+			
+			// aapt resource value: 0x7F090440
+			public const int requestMasterAudio = 2131297344;
+			
+			// aapt resource value: 0x7F090441
+			public const int requestMasterVideo = 2131297345;
+			
+			// aapt resource value: 0x7F090442
+			public const int requestV = 2131297346;
+			
+			// aapt resource value: 0x7F090443
+			public const int restart_preview = 2131297347;
+			
+			// aapt resource value: 0x7F090444
+			public const int retry_btn = 2131297348;
+			
+			// aapt resource value: 0x7F090445
+			public const int retry_button = 2131297349;
+			
+			// aapt resource value: 0x7F090446
+			public const int return_scan_result = 2131297350;
 			
 			// aapt resource value: 0x7F090447
-			public const int right = 2131297351;
+			public const int reverseCall = 2131297351;
 			
 			// aapt resource value: 0x7F090448
-			public const int right_icon = 2131297352;
+			public const int reverseCallInfo = 2131297352;
+			
+			// aapt resource value: 0x7F090390
+			public const int re_next_area = 2131297168;
 			
 			// aapt resource value: 0x7F090449
-			public const int right_side = 2131297353;
+			public const int right = 2131297353;
 			
 			// aapt resource value: 0x7F09044A
-			public const int rlRichpushTitleBar = 2131297354;
+			public const int right_icon = 2131297354;
 			
 			// aapt resource value: 0x7F09044B
-			public const int rl_add = 2131297355;
+			public const int right_side = 2131297355;
 			
 			// aapt resource value: 0x7F09044C
-			public const int rl_back = 2131297356;
+			public const int rlRichpushTitleBar = 2131297356;
 			
 			// aapt resource value: 0x7F09044D
-			public const int rl_cancel = 2131297357;
+			public const int rl_add = 2131297357;
 			
 			// aapt resource value: 0x7F09044E
-			public const int rl_confirm = 2131297358;
+			public const int rl_back = 2131297358;
 			
 			// aapt resource value: 0x7F09044F
-			public const int rl_cur_wifi = 2131297359;
+			public const int rl_cancel = 2131297359;
 			
 			// aapt resource value: 0x7F090450
-			public const int rl_defence_list = 2131297360;
+			public const int rl_confirm = 2131297360;
 			
 			// aapt resource value: 0x7F090451
-			public const int rl_deployment = 2131297361;
+			public const int rl_cur_wifi = 2131297361;
 			
 			// aapt resource value: 0x7F090452
-			public const int rl_detail = 2131297362;
+			public const int rl_defence_list = 2131297362;
 			
 			// aapt resource value: 0x7F090453
-			public const int rl_detail_type = 2131297363;
+			public const int rl_deployment = 2131297363;
 			
 			// aapt resource value: 0x7F090454
-			public const int rl_detail_version = 2131297364;
+			public const int rl_detail = 2131297364;
 			
 			// aapt resource value: 0x7F090455
-			public const int rl_detele = 2131297365;
+			public const int rl_detail_type = 2131297365;
 			
 			// aapt resource value: 0x7F090456
-			public const int rl_device_detail = 2131297366;
+			public const int rl_detail_version = 2131297366;
 			
 			// aapt resource value: 0x7F090457
-			public const int rl_device_modify = 2131297367;
+			public const int rl_detele = 2131297367;
 			
 			// aapt resource value: 0x7F090458
-			public const int rl_device_serial = 2131297368;
+			public const int rl_device_detail = 2131297368;
 			
 			// aapt resource value: 0x7F090459
-			public const int rl_end = 2131297369;
+			public const int rl_device_modify = 2131297369;
 			
 			// aapt resource value: 0x7F09045A
-			public const int rl_input_text = 2131297370;
+			public const int rl_device_serial = 2131297370;
 			
 			// aapt resource value: 0x7F09045B
-			public const int rl_loading = 2131297371;
+			public const int rl_end = 2131297371;
 			
 			// aapt resource value: 0x7F09045C
-			public const int rl_lp_answerView = 2131297372;
+			public const int rl_input_text = 2131297372;
 			
 			// aapt resource value: 0x7F09045D
-			public const int rl_lp_hangUp_all = 2131297373;
+			public const int rl_loading = 2131297373;
 			
 			// aapt resource value: 0x7F09045E
-			public const int rl_lp_topView = 2131297374;
+			public const int rl_lp_answerView = 2131297374;
 			
 			// aapt resource value: 0x7F09045F
-			public const int rl_lp_unlock = 2131297375;
+			public const int rl_lp_hangUp_all = 2131297375;
 			
 			// aapt resource value: 0x7F090460
-			public const int rl_no_device = 2131297376;
+			public const int rl_lp_topView = 2131297376;
 			
 			// aapt resource value: 0x7F090461
-			public const int rl_offline = 2131297377;
+			public const int rl_lp_unlock = 2131297377;
 			
 			// aapt resource value: 0x7F090462
-			public const int rl_start = 2131297378;
+			public const int rl_no_device = 2131297378;
 			
 			// aapt resource value: 0x7F090463
-			public const int rl_temp_password = 2131297379;
+			public const int rl_offline = 2131297379;
 			
 			// aapt resource value: 0x7F090464
-			public const int rl_term_validity = 2131297380;
+			public const int rl_start = 2131297380;
 			
 			// aapt resource value: 0x7F090465
-			public const int rl_title = 2131297381;
+			public const int rl_temp_password = 2131297381;
 			
 			// aapt resource value: 0x7F090466
-			public const int rl_title_bar = 2131297382;
-			
-			// aapt resource value: 0x7F090469
-			public const int rl_username = 2131297385;
-			
-			// aapt resource value: 0x7F090468
-			public const int rl_user_name = 2131297384;
-			
-			// aapt resource value: 0x7F09046A
-			public const int rl_usetimes = 2131297386;
+			public const int rl_term_validity = 2131297382;
 			
 			// aapt resource value: 0x7F090467
-			public const int rl_use_times = 2131297383;
+			public const int rl_title = 2131297383;
+			
+			// aapt resource value: 0x7F090468
+			public const int rl_title_bar = 2131297384;
 			
 			// aapt resource value: 0x7F09046B
-			public const int room_id = 2131297387;
+			public const int rl_username = 2131297387;
+			
+			// aapt resource value: 0x7F09046A
+			public const int rl_user_name = 2131297386;
 			
 			// aapt resource value: 0x7F09046C
-			public const int room_id_text = 2131297388;
+			public const int rl_usetimes = 2131297388;
+			
+			// aapt resource value: 0x7F090469
+			public const int rl_use_times = 2131297385;
 			
 			// aapt resource value: 0x7F09046D
-			public const int rotate = 2131297389;
+			public const int room_id = 2131297389;
 			
 			// aapt resource value: 0x7F09046E
-			public const int rotatedown = 2131297390;
+			public const int room_id_text = 2131297390;
 			
 			// aapt resource value: 0x7F09046F
-			public const int rotateup = 2131297391;
+			public const int rotate = 2131297391;
 			
 			// aapt resource value: 0x7F090470
-			public const int round = 2131297392;
+			public const int rotatedown = 2131297392;
 			
 			// aapt resource value: 0x7F090471
-			public const int rudder = 2131297393;
+			public const int rotateup = 2131297393;
 			
 			// aapt resource value: 0x7F090472
-			public const int rv_multi_screen = 2131297394;
+			public const int round = 2131297394;
 			
 			// aapt resource value: 0x7F090473
-			public const int rv_topbar = 2131297395;
+			public const int rudder = 2131297395;
 			
 			// aapt resource value: 0x7F090474
-			public const int safe_box_tip = 2131297396;
+			public const int rv_multi_screen = 2131297396;
 			
 			// aapt resource value: 0x7F090475
-			public const int sample_text = 2131297397;
+			public const int rv_topbar = 2131297397;
 			
 			// aapt resource value: 0x7F090476
-			public const int save_image_matrix = 2131297398;
+			public const int safe_box_tip = 2131297398;
 			
 			// aapt resource value: 0x7F090477
-			public const int save_non_transition_alpha = 2131297399;
+			public const int sample_text = 2131297399;
 			
 			// aapt resource value: 0x7F090478
-			public const int save_scale_type = 2131297400;
+			public const int save_image_matrix = 2131297400;
+			
+			// aapt resource value: 0x7F090479
+			public const int save_non_transition_alpha = 2131297401;
+			
+			// aapt resource value: 0x7F09047A
+			public const int save_scale_type = 2131297402;
 			
 			// aapt resource value: 0x7F09000F
 			public const int Scale = 2131296271;
 			
-			// aapt resource value: 0x7F090479
-			public const int scan_line = 2131297401;
-			
-			// aapt resource value: 0x7F09047A
-			public const int screen = 2131297402;
-			
 			// aapt resource value: 0x7F09047B
-			public const int scroll = 2131297403;
-			
-			// aapt resource value: 0x7F09047F
-			public const int scrollable = 2131297407;
+			public const int scan_line = 2131297403;
 			
 			// aapt resource value: 0x7F09047C
-			public const int scrollIndicatorDown = 2131297404;
+			public const int screen = 2131297404;
 			
 			// aapt resource value: 0x7F09047D
-			public const int scrollIndicatorUp = 2131297405;
-			
-			// aapt resource value: 0x7F09047E
-			public const int scrollView = 2131297406;
-			
-			// aapt resource value: 0x7F090480
-			public const int scrollview = 2131297408;
+			public const int scroll = 2131297405;
 			
 			// aapt resource value: 0x7F090481
-			public const int sd_card_dialog_cancel_btn = 2131297409;
+			public const int scrollable = 2131297409;
+			
+			// aapt resource value: 0x7F09047E
+			public const int scrollIndicatorDown = 2131297406;
+			
+			// aapt resource value: 0x7F09047F
+			public const int scrollIndicatorUp = 2131297407;
+			
+			// aapt resource value: 0x7F090480
+			public const int scrollView = 2131297408;
 			
 			// aapt resource value: 0x7F090482
-			public const int sd_card_dialog_ok_btn = 2131297410;
+			public const int scrollview = 2131297410;
 			
 			// aapt resource value: 0x7F090483
-			public const int sd_card_layout = 2131297411;
+			public const int sd_card_dialog_cancel_btn = 2131297411;
 			
 			// aapt resource value: 0x7F090484
-			public const int searchAnim = 2131297412;
+			public const int sd_card_dialog_ok_btn = 2131297412;
 			
 			// aapt resource value: 0x7F090485
-			public const int searchBtn = 2131297413;
+			public const int sd_card_layout = 2131297413;
 			
 			// aapt resource value: 0x7F090486
-			public const int searchEditTextContainer = 2131297414;
+			public const int searchAnim = 2131297414;
 			
 			// aapt resource value: 0x7F090487
-			public const int searchFragment = 2131297415;
+			public const int searchBtn = 2131297415;
 			
 			// aapt resource value: 0x7F090488
-			public const int search_badge = 2131297416;
+			public const int searchEditTextContainer = 2131297416;
 			
 			// aapt resource value: 0x7F090489
-			public const int search_bar = 2131297417;
+			public const int searchFragment = 2131297417;
 			
 			// aapt resource value: 0x7F09048A
-			public const int search_button = 2131297418;
+			public const int search_badge = 2131297418;
 			
 			// aapt resource value: 0x7F09048B
-			public const int search_close_btn = 2131297419;
+			public const int search_bar = 2131297419;
 			
 			// aapt resource value: 0x7F09048C
-			public const int search_edit_frame = 2131297420;
+			public const int search_button = 2131297420;
 			
 			// aapt resource value: 0x7F09048D
-			public const int search_go_btn = 2131297421;
+			public const int search_close_btn = 2131297421;
 			
 			// aapt resource value: 0x7F09048E
-			public const int search_mag_icon = 2131297422;
+			public const int search_edit_frame = 2131297422;
 			
 			// aapt resource value: 0x7F09048F
-			public const int search_plate = 2131297423;
+			public const int search_go_btn = 2131297423;
 			
 			// aapt resource value: 0x7F090490
-			public const int search_src_text = 2131297424;
+			public const int search_mag_icon = 2131297424;
 			
 			// aapt resource value: 0x7F090491
-			public const int search_voice_btn = 2131297425;
+			public const int search_plate = 2131297425;
 			
 			// aapt resource value: 0x7F090492
-			public const int second = 2131297426;
+			public const int search_src_text = 2131297426;
 			
 			// aapt resource value: 0x7F090493
-			public const int select_dialog_listview = 2131297427;
+			public const int search_voice_btn = 2131297427;
 			
 			// aapt resource value: 0x7F090494
-			public const int select_ipc_talkback = 2131297428;
+			public const int second = 2131297428;
 			
 			// aapt resource value: 0x7F090495
-			public const int select_nvr_talkback = 2131297429;
+			public const int select_dialog_listview = 2131297429;
 			
 			// aapt resource value: 0x7F090496
-			public const int sendA = 2131297430;
+			public const int select_ipc_talkback = 2131297430;
 			
 			// aapt resource value: 0x7F090497
-			public const int sendCustomData = 2131297431;
+			public const int select_nvr_talkback = 2131297431;
 			
 			// aapt resource value: 0x7F090498
-			public const int sendV = 2131297432;
+			public const int sendA = 2131297432;
 			
 			// aapt resource value: 0x7F090499
-			public const int separate_line = 2131297433;
+			public const int sendCustomData = 2131297433;
 			
 			// aapt resource value: 0x7F09049A
-			public const int serial_tv = 2131297434;
+			public const int sendV = 2131297434;
 			
 			// aapt resource value: 0x7F09049B
-			public const int seriesNumberEt = 2131297435;
+			public const int separate_line = 2131297435;
 			
 			// aapt resource value: 0x7F09049C
-			public const int service_agreement_btn = 2131297436;
+			public const int serial_tv = 2131297436;
+			
+			// aapt resource value: 0x7F09049D
+			public const int seriesNumberEt = 2131297437;
+			
+			// aapt resource value: 0x7F09049E
+			public const int service_agreement_btn = 2131297438;
 			
 			// aapt resource value: 0x7F09000C
 			public const int SHIFT = 2131296268;
 			
-			// aapt resource value: 0x7F09049D
-			public const int shipin7_logo_lyt = 2131297437;
-			
-			// aapt resource value: 0x7F09049E
-			public const int shortcut = 2131297438;
-			
 			// aapt resource value: 0x7F09049F
-			public const int show = 2131297439;
+			public const int shipin7_logo_lyt = 2131297439;
 			
 			// aapt resource value: 0x7F0904A0
-			public const int showCustom = 2131297440;
+			public const int shortcut = 2131297440;
 			
 			// aapt resource value: 0x7F0904A1
-			public const int showHome = 2131297441;
+			public const int show = 2131297441;
 			
 			// aapt resource value: 0x7F0904A2
-			public const int showTitle = 2131297442;
+			public const int showCustom = 2131297442;
 			
 			// aapt resource value: 0x7F0904A3
-			public const int sign_et = 2131297443;
+			public const int showHome = 2131297443;
 			
 			// aapt resource value: 0x7F0904A4
-			public const int smallLabel = 2131297444;
+			public const int showTitle = 2131297444;
 			
 			// aapt resource value: 0x7F0904A5
-			public const int sms_code_et = 2131297445;
+			public const int sign_et = 2131297445;
 			
 			// aapt resource value: 0x7F0904A6
-			public const int sms_code_lyt = 2131297446;
+			public const int smallLabel = 2131297446;
 			
 			// aapt resource value: 0x7F0904A7
-			public const int sms_verify_dailog_ly = 2131297447;
+			public const int sms_code_et = 2131297447;
 			
 			// aapt resource value: 0x7F0904A8
-			public const int snackbar_action = 2131297448;
+			public const int sms_code_lyt = 2131297448;
 			
 			// aapt resource value: 0x7F0904A9
-			public const int snackbar_text = 2131297449;
+			public const int sms_verify_dailog_ly = 2131297449;
 			
 			// aapt resource value: 0x7F0904AA
-			public const int snap = 2131297450;
+			public const int snackbar_action = 2131297450;
 			
 			// aapt resource value: 0x7F0904AB
-			public const int snapshot = 2131297451;
+			public const int snackbar_text = 2131297451;
 			
 			// aapt resource value: 0x7F0904AC
-			public const int sound_line = 2131297452;
+			public const int snap = 2131297452;
 			
 			// aapt resource value: 0x7F0904AD
-			public const int spacer = 2131297453;
+			public const int snapshot = 2131297453;
 			
 			// aapt resource value: 0x7F0904AE
-			public const int split_action_bar = 2131297454;
+			public const int sound_line = 2131297454;
 			
 			// aapt resource value: 0x7F0904AF
-			public const int spread = 2131297455;
+			public const int spacer = 2131297455;
 			
 			// aapt resource value: 0x7F0904B0
-			public const int spread_inside = 2131297456;
+			public const int split_action_bar = 2131297456;
 			
 			// aapt resource value: 0x7F0904B1
-			public const int squareColumnItem = 2131297457;
+			public const int spread = 2131297457;
 			
 			// aapt resource value: 0x7F0904B2
-			public const int squareVideo = 2131297458;
+			public const int spread_inside = 2131297458;
 			
 			// aapt resource value: 0x7F0904B3
-			public const int squareVideoList = 2131297459;
+			public const int squareColumnItem = 2131297459;
 			
 			// aapt resource value: 0x7F0904B4
-			public const int square_channel = 2131297460;
+			public const int squareVideo = 2131297460;
 			
 			// aapt resource value: 0x7F0904B5
-			public const int src_atop = 2131297461;
+			public const int squareVideoList = 2131297461;
 			
 			// aapt resource value: 0x7F0904B6
-			public const int src_in = 2131297462;
+			public const int square_channel = 2131297462;
 			
 			// aapt resource value: 0x7F0904B7
-			public const int src_over = 2131297463;
+			public const int src_atop = 2131297463;
 			
 			// aapt resource value: 0x7F0904B8
-			public const int srl_classics_arrow = 2131297464;
+			public const int src_in = 2131297464;
 			
 			// aapt resource value: 0x7F0904B9
-			public const int srl_classics_center = 2131297465;
+			public const int src_over = 2131297465;
 			
 			// aapt resource value: 0x7F0904BA
-			public const int srl_classics_progress = 2131297466;
+			public const int srl_classics_arrow = 2131297466;
 			
 			// aapt resource value: 0x7F0904BB
-			public const int srl_classics_title = 2131297467;
+			public const int srl_classics_center = 2131297467;
 			
 			// aapt resource value: 0x7F0904BC
-			public const int srl_classics_update = 2131297468;
+			public const int srl_classics_progress = 2131297468;
 			
 			// aapt resource value: 0x7F0904BD
-			public const int ssid = 2131297469;
+			public const int srl_classics_title = 2131297469;
 			
 			// aapt resource value: 0x7F0904BE
-			public const int ssid_title = 2131297470;
+			public const int srl_classics_update = 2131297470;
 			
 			// aapt resource value: 0x7F0904BF
-			public const int stack = 2131297471;
+			public const int ssid = 2131297471;
 			
 			// aapt resource value: 0x7F0904C0
-			public const int standard = 2131297472;
+			public const int ssid_title = 2131297472;
 			
 			// aapt resource value: 0x7F0904C1
-			public const int start = 2131297473;
+			public const int stack = 2131297473;
 			
 			// aapt resource value: 0x7F0904C2
-			public const int startAVMsg = 2131297474;
+			public const int standard = 2131297474;
 			
 			// aapt resource value: 0x7F0904C3
-			public const int startDoorKey = 2131297475;
+			public const int start = 2131297475;
 			
 			// aapt resource value: 0x7F0904C4
-			public const int startLocalRecord = 2131297476;
+			public const int startAVMsg = 2131297476;
 			
 			// aapt resource value: 0x7F0904C5
-			public const int startReadCard = 2131297477;
+			public const int startDoorKey = 2131297477;
 			
 			// aapt resource value: 0x7F0904C6
-			public const int startRecord = 2131297478;
+			public const int startLocalRecord = 2131297478;
 			
 			// aapt resource value: 0x7F0904C7
-			public const int startRecordLocalAudio = 2131297479;
+			public const int startReadCard = 2131297479;
 			
 			// aapt resource value: 0x7F0904C8
-			public const int startRecordPeerAudio = 2131297480;
+			public const int startRecord = 2131297480;
 			
 			// aapt resource value: 0x7F0904C9
-			public const int startStream = 2131297481;
+			public const int startRecordLocalAudio = 2131297481;
 			
 			// aapt resource value: 0x7F0904CA
-			public const int startWatchDog = 2131297482;
+			public const int startRecordPeerAudio = 2131297482;
 			
 			// aapt resource value: 0x7F0904CB
-			public const int start_stop = 2131297483;
+			public const int startStream = 2131297483;
 			
 			// aapt resource value: 0x7F0904CC
-			public const int start_stop_stream = 2131297484;
+			public const int startWatchDog = 2131297484;
 			
 			// aapt resource value: 0x7F0904CD
-			public const int status = 2131297485;
+			public const int start_stop = 2131297485;
 			
 			// aapt resource value: 0x7F0904CE
-			public const int status_bar_latest_event_content = 2131297486;
+			public const int start_stop_stream = 2131297486;
 			
 			// aapt resource value: 0x7F0904CF
-			public const int stopAVMsg = 2131297487;
+			public const int status = 2131297487;
 			
 			// aapt resource value: 0x7F0904D0
-			public const int stopDoorKey = 2131297488;
+			public const int status_bar_latest_event_content = 2131297488;
 			
 			// aapt resource value: 0x7F0904D1
-			public const int stopLocalRecord = 2131297489;
+			public const int stopAVMsg = 2131297489;
 			
 			// aapt resource value: 0x7F0904D2
-			public const int stopReadCard = 2131297490;
+			public const int stopDoorKey = 2131297490;
 			
 			// aapt resource value: 0x7F0904D3
-			public const int stopRecord = 2131297491;
+			public const int stopLocalRecord = 2131297491;
 			
 			// aapt resource value: 0x7F0904D4
-			public const int stopRecordLocalAudio = 2131297492;
+			public const int stopReadCard = 2131297492;
 			
 			// aapt resource value: 0x7F0904D5
-			public const int stopRecordPeerAudio = 2131297493;
+			public const int stopRecord = 2131297493;
 			
 			// aapt resource value: 0x7F0904D6
-			public const int stopStream = 2131297494;
+			public const int stopRecordLocalAudio = 2131297494;
 			
 			// aapt resource value: 0x7F0904D7
-			public const int stopWatchDog = 2131297495;
+			public const int stopRecordPeerAudio = 2131297495;
 			
 			// aapt resource value: 0x7F0904D8
-			public const int storage_layout = 2131297496;
+			public const int stopStream = 2131297496;
 			
 			// aapt resource value: 0x7F0904D9
-			public const int storage_notice = 2131297497;
+			public const int stopWatchDog = 2131297497;
+			
+			// aapt resource value: 0x7F0904DA
+			public const int storage_layout = 2131297498;
+			
+			// aapt resource value: 0x7F0904DB
+			public const int storage_notice = 2131297499;
 			
 			// aapt resource value: 0x7F09000D
 			public const int STROKE = 2131296269;
 			
-			// aapt resource value: 0x7F0904DC
-			public const int submenuarrow = 2131297500;
-			
-			// aapt resource value: 0x7F0904DD
-			public const int submit = 2131297501;
-			
 			// aapt resource value: 0x7F0904DE
-			public const int submit_area = 2131297502;
+			public const int submenuarrow = 2131297502;
 			
 			// aapt resource value: 0x7F0904DF
-			public const int subtitle = 2131297503;
-			
-			// aapt resource value: 0x7F0904DA
-			public const int sub_title_text = 2131297498;
-			
-			// aapt resource value: 0x7F0904DB
-			public const int sub_tv = 2131297499;
+			public const int submit = 2131297503;
 			
 			// aapt resource value: 0x7F0904E0
-			public const int successIcon = 2131297504;
+			public const int submit_area = 2131297504;
 			
 			// aapt resource value: 0x7F0904E1
-			public const int surfaceview = 2131297505;
+			public const int subtitle = 2131297505;
+			
+			// aapt resource value: 0x7F0904DC
+			public const int sub_title_text = 2131297500;
+			
+			// aapt resource value: 0x7F0904DD
+			public const int sub_tv = 2131297501;
 			
 			// aapt resource value: 0x7F0904E2
-			public const int sv_test = 2131297506;
+			public const int successIcon = 2131297506;
 			
 			// aapt resource value: 0x7F0904E3
-			public const int swipe_content = 2131297507;
+			public const int surfaceview = 2131297507;
 			
 			// aapt resource value: 0x7F0904E4
-			public const int swipe_left = 2131297508;
+			public const int sv_test = 2131297508;
 			
 			// aapt resource value: 0x7F0904E5
-			public const int swipe_right = 2131297509;
+			public const int swipe_content = 2131297509;
 			
 			// aapt resource value: 0x7F0904E6
-			public const int switch_tv = 2131297510;
+			public const int swipe_left = 2131297510;
 			
 			// aapt resource value: 0x7F0904E7
-			public const int switch_wifi = 2131297511;
+			public const int swipe_right = 2131297511;
+			
+			// aapt resource value: 0x7F0904E8
+			public const int switch_tv = 2131297512;
+			
+			// aapt resource value: 0x7F0904E9
+			public const int switch_wifi = 2131297513;
 			
 			// aapt resource value: 0x7F09000E
 			public const int SYM = 2131296270;
 			
-			// aapt resource value: 0x7F0904F7
-			public const int tablet = 2131297527;
-			
-			// aapt resource value: 0x7F0904E8
-			public const int tabMode = 2131297512;
-			
-			// aapt resource value: 0x7F0904E9
-			public const int tab_alarmlist_btn = 2131297513;
+			// aapt resource value: 0x7F0904F9
+			public const int tablet = 2131297529;
 			
 			// aapt resource value: 0x7F0904EA
-			public const int tab_alarmlist_rl = 2131297514;
+			public const int tabMode = 2131297514;
 			
 			// aapt resource value: 0x7F0904EB
-			public const int tab_devicedefence_btn = 2131297515;
+			public const int tab_alarmlist_btn = 2131297515;
 			
 			// aapt resource value: 0x7F0904EC
-			public const int tab_devicedefence_rl = 2131297516;
+			public const int tab_alarmlist_rl = 2131297516;
 			
 			// aapt resource value: 0x7F0904ED
-			public const int tab_devicepicture_btn = 2131297517;
+			public const int tab_devicedefence_btn = 2131297517;
 			
 			// aapt resource value: 0x7F0904EE
-			public const int tab_devicepicture_rl = 2131297518;
+			public const int tab_devicedefence_rl = 2131297518;
 			
 			// aapt resource value: 0x7F0904EF
-			public const int tab_devicevideo_btn = 2131297519;
+			public const int tab_devicepicture_btn = 2131297519;
 			
 			// aapt resource value: 0x7F0904F0
-			public const int tab_devicevideo_rl = 2131297520;
+			public const int tab_devicepicture_rl = 2131297520;
 			
 			// aapt resource value: 0x7F0904F1
-			public const int tab_remoteplayback_btn = 2131297521;
+			public const int tab_devicevideo_btn = 2131297521;
 			
 			// aapt resource value: 0x7F0904F2
-			public const int tab_remoteplayback_rl = 2131297522;
+			public const int tab_devicevideo_rl = 2131297522;
 			
 			// aapt resource value: 0x7F0904F3
-			public const int tab_setdevice_btn = 2131297523;
+			public const int tab_remoteplayback_btn = 2131297523;
 			
 			// aapt resource value: 0x7F0904F4
-			public const int tab_setdevice_rl = 2131297524;
+			public const int tab_remoteplayback_rl = 2131297524;
 			
 			// aapt resource value: 0x7F0904F5
-			public const int tab_video_talk_btn = 2131297525;
+			public const int tab_setdevice_btn = 2131297525;
 			
 			// aapt resource value: 0x7F0904F6
-			public const int tab_video_talk_rl = 2131297526;
+			public const int tab_setdevice_rl = 2131297526;
+			
+			// aapt resource value: 0x7F0904F7
+			public const int tab_video_talk_btn = 2131297527;
 			
 			// aapt resource value: 0x7F0904F8
-			public const int tag_key_position = 2131297528;
-			
-			// aapt resource value: 0x7F0904F9
-			public const int tag_left = 2131297529;
+			public const int tab_video_talk_rl = 2131297528;
 			
 			// aapt resource value: 0x7F0904FA
-			public const int tag_right = 2131297530;
+			public const int tag_key_position = 2131297530;
 			
 			// aapt resource value: 0x7F0904FB
-			public const int talkback_close_btn = 2131297531;
+			public const int tag_left = 2131297531;
 			
 			// aapt resource value: 0x7F0904FC
-			public const int talkback_control_btn = 2131297532;
+			public const int tag_right = 2131297532;
 			
 			// aapt resource value: 0x7F0904FD
-			public const int talkback_rv = 2131297533;
+			public const int talkback_close_btn = 2131297533;
 			
 			// aapt resource value: 0x7F0904FE
-			public const int temppassword_list = 2131297534;
+			public const int talkback_control_btn = 2131297534;
 			
 			// aapt resource value: 0x7F0904FF
-			public const int test = 2131297535;
+			public const int talkback_rv = 2131297535;
 			
 			// aapt resource value: 0x7F090500
-			public const int testWatchDogReboot = 2131297536;
+			public const int temppassword_list = 2131297536;
 			
 			// aapt resource value: 0x7F090501
-			public const int text = 2131297537;
+			public const int test = 2131297537;
 			
 			// aapt resource value: 0x7F090502
-			public const int text1 = 2131297538;
+			public const int testWatchDogReboot = 2131297538;
 			
 			// aapt resource value: 0x7F090503
-			public const int text2 = 2131297539;
+			public const int text = 2131297539;
 			
 			// aapt resource value: 0x7F090504
-			public const int text3 = 2131297540;
-			
-			// aapt resource value: 0x7F090511
-			public const int textinput_counter = 2131297553;
-			
-			// aapt resource value: 0x7F090512
-			public const int textinput_error = 2131297554;
+			public const int text1 = 2131297540;
 			
 			// aapt resource value: 0x7F090505
-			public const int textSpacerNoButtons = 2131297541;
+			public const int text2 = 2131297541;
 			
 			// aapt resource value: 0x7F090506
-			public const int textSpacerNoTitle = 2131297542;
+			public const int text3 = 2131297542;
 			
 			// aapt resource value: 0x7F090513
-			public const int textureView_play = 2131297555;
+			public const int textinput_counter = 2131297555;
 			
 			// aapt resource value: 0x7F090514
-			public const int texture_view_play_window = 2131297556;
+			public const int textinput_error = 2131297556;
+			
+			// aapt resource value: 0x7F090507
+			public const int textSpacerNoButtons = 2131297543;
+			
+			// aapt resource value: 0x7F090508
+			public const int textSpacerNoTitle = 2131297544;
+			
+			// aapt resource value: 0x7F090515
+			public const int textureView_play = 2131297557;
+			
+			// aapt resource value: 0x7F090516
+			public const int texture_view_play_window = 2131297558;
 			
 			// aapt resource value: 0x7F090010
 			public const int TextView01 = 2131296272;
@@ -14841,863 +14850,866 @@
 			// aapt resource value: 0x7F090011
 			public const int TextView03 = 2131296273;
 			
-			// aapt resource value: 0x7F090508
-			public const int text_camerano = 2131297544;
-			
-			// aapt resource value: 0x7F090507
-			public const int text_camera_name = 2131297543;
+			// aapt resource value: 0x7F09050A
+			public const int text_camerano = 2131297546;
 			
 			// aapt resource value: 0x7F090509
-			public const int text_device_ip = 2131297545;
-			
-			// aapt resource value: 0x7F09050A
-			public const int text_input_password_toggle = 2131297546;
+			public const int text_camera_name = 2131297545;
 			
 			// aapt resource value: 0x7F09050B
-			public const int text_left = 2131297547;
+			public const int text_device_ip = 2131297547;
 			
 			// aapt resource value: 0x7F09050C
-			public const int text_my = 2131297548;
+			public const int text_input_password_toggle = 2131297548;
 			
 			// aapt resource value: 0x7F09050D
-			public const int text_right = 2131297549;
+			public const int text_left = 2131297549;
 			
 			// aapt resource value: 0x7F09050E
-			public const int text_serial = 2131297550;
+			public const int text_my = 2131297550;
 			
 			// aapt resource value: 0x7F09050F
-			public const int text_share = 2131297551;
+			public const int text_right = 2131297551;
 			
 			// aapt resource value: 0x7F090510
-			public const int text_title = 2131297552;
+			public const int text_serial = 2131297552;
 			
-			// aapt resource value: 0x7F090515
-			public const int time = 2131297557;
+			// aapt resource value: 0x7F090511
+			public const int text_share = 2131297553;
 			
-			// aapt resource value: 0x7F090518
-			public const int timeline_image = 2131297560;
-			
-			// aapt resource value: 0x7F090519
-			public const int timepicker = 2131297561;
-			
-			// aapt resource value: 0x7F09051A
-			public const int timer = 2131297562;
-			
-			// aapt resource value: 0x7F09051B
-			public const int timer_lp_calltime = 2131297563;
-			
-			// aapt resource value: 0x7F090516
-			public const int time_text = 2131297558;
+			// aapt resource value: 0x7F090512
+			public const int text_title = 2131297554;
 			
 			// aapt resource value: 0x7F090517
-			public const int time_tv = 2131297559;
+			public const int time = 2131297559;
+			
+			// aapt resource value: 0x7F09051A
+			public const int timeline_image = 2131297562;
+			
+			// aapt resource value: 0x7F09051B
+			public const int timepicker = 2131297563;
 			
 			// aapt resource value: 0x7F09051C
-			public const int tip = 2131297564;
+			public const int timer = 2131297564;
 			
 			// aapt resource value: 0x7F09051D
-			public const int tip1 = 2131297565;
+			public const int timer_lp_calltime = 2131297565;
+			
+			// aapt resource value: 0x7F090518
+			public const int time_text = 2131297560;
+			
+			// aapt resource value: 0x7F090519
+			public const int time_tv = 2131297561;
 			
 			// aapt resource value: 0x7F09051E
-			public const int tip2_txt = 2131297566;
+			public const int tip = 2131297566;
 			
 			// aapt resource value: 0x7F09051F
-			public const int tip_img = 2131297567;
+			public const int tip1 = 2131297567;
 			
 			// aapt resource value: 0x7F090520
-			public const int tip_txt = 2131297568;
+			public const int tip2_txt = 2131297568;
 			
 			// aapt resource value: 0x7F090521
-			public const int tip_txt2 = 2131297569;
+			public const int tip_img = 2131297569;
 			
 			// aapt resource value: 0x7F090522
-			public const int tip_txt_1 = 2131297570;
+			public const int tip_txt = 2131297570;
 			
 			// aapt resource value: 0x7F090523
-			public const int tip_wifi_pwd_error = 2131297571;
+			public const int tip_txt2 = 2131297571;
 			
 			// aapt resource value: 0x7F090524
-			public const int title = 2131297572;
+			public const int tip_txt_1 = 2131297572;
 			
 			// aapt resource value: 0x7F090525
-			public const int titleBar = 2131297573;
+			public const int tip_wifi_pwd_error = 2131297573;
 			
 			// aapt resource value: 0x7F090526
-			public const int titleDividerNoCustom = 2131297574;
+			public const int title = 2131297574;
 			
 			// aapt resource value: 0x7F090527
-			public const int title_bar = 2131297575;
+			public const int titleBar = 2131297575;
 			
 			// aapt resource value: 0x7F090528
-			public const int title_bar_landscape = 2131297576;
+			public const int titleDividerNoCustom = 2131297576;
 			
 			// aapt resource value: 0x7F090529
-			public const int title_bar_portrait = 2131297577;
+			public const int title_bar = 2131297577;
 			
 			// aapt resource value: 0x7F09052A
-			public const int title_layout = 2131297578;
+			public const int title_bar_landscape = 2131297578;
 			
 			// aapt resource value: 0x7F09052B
-			public const int title_left = 2131297579;
+			public const int title_bar_portrait = 2131297579;
 			
 			// aapt resource value: 0x7F09052C
-			public const int title_right = 2131297580;
+			public const int title_layout = 2131297580;
 			
 			// aapt resource value: 0x7F09052D
-			public const int title_template = 2131297581;
+			public const int title_left = 2131297581;
 			
 			// aapt resource value: 0x7F09052E
-			public const int title_text = 2131297582;
+			public const int title_right = 2131297582;
 			
 			// aapt resource value: 0x7F09052F
-			public const int title_text_layout = 2131297583;
+			public const int title_template = 2131297583;
 			
 			// aapt resource value: 0x7F090530
-			public const int title_top = 2131297584;
+			public const int title_text = 2131297584;
 			
 			// aapt resource value: 0x7F090531
-			public const int title_tv = 2131297585;
+			public const int title_text_layout = 2131297585;
 			
 			// aapt resource value: 0x7F090532
-			public const int top = 2131297586;
-			
-			// aapt resource value: 0x7F090539
-			public const int topbar = 2131297593;
-			
-			// aapt resource value: 0x7F09053A
-			public const int topbar_right_img = 2131297594;
+			public const int title_top = 2131297586;
 			
 			// aapt resource value: 0x7F090533
-			public const int topPanel = 2131297587;
+			public const int title_tv = 2131297587;
 			
 			// aapt resource value: 0x7F090534
-			public const int topTip = 2131297588;
-			
-			// aapt resource value: 0x7F090535
-			public const int top_bar = 2131297589;
-			
-			// aapt resource value: 0x7F090536
-			public const int top_container = 2131297590;
-			
-			// aapt resource value: 0x7F090537
-			public const int top_img_container = 2131297591;
-			
-			// aapt resource value: 0x7F090538
-			public const int top_line = 2131297592;
+			public const int top = 2131297588;
 			
 			// aapt resource value: 0x7F09053B
-			public const int touch_loading_buffer_tv = 2131297595;
+			public const int topbar = 2131297595;
 			
 			// aapt resource value: 0x7F09053C
-			public const int touch_outside = 2131297596;
+			public const int topbar_right_img = 2131297596;
+			
+			// aapt resource value: 0x7F090535
+			public const int topPanel = 2131297589;
+			
+			// aapt resource value: 0x7F090536
+			public const int topTip = 2131297590;
+			
+			// aapt resource value: 0x7F090537
+			public const int top_bar = 2131297591;
+			
+			// aapt resource value: 0x7F090538
+			public const int top_container = 2131297592;
+			
+			// aapt resource value: 0x7F090539
+			public const int top_img_container = 2131297593;
+			
+			// aapt resource value: 0x7F09053A
+			public const int top_line = 2131297594;
 			
 			// aapt resource value: 0x7F09053D
-			public const int touch_progress_layout = 2131297597;
+			public const int touch_loading_buffer_tv = 2131297597;
 			
 			// aapt resource value: 0x7F09053E
-			public const int transition_current_scene = 2131297598;
+			public const int touch_outside = 2131297598;
 			
 			// aapt resource value: 0x7F09053F
-			public const int transition_layout_save = 2131297599;
+			public const int touch_progress_layout = 2131297599;
 			
 			// aapt resource value: 0x7F090540
-			public const int transition_position = 2131297600;
+			public const int transition_current_scene = 2131297600;
 			
 			// aapt resource value: 0x7F090541
-			public const int transition_scene_layoutid_cache = 2131297601;
+			public const int transition_layout_save = 2131297601;
 			
 			// aapt resource value: 0x7F090542
-			public const int transition_transform = 2131297602;
+			public const int transition_position = 2131297602;
+			
+			// aapt resource value: 0x7F090543
+			public const int transition_scene_layoutid_cache = 2131297603;
+			
+			// aapt resource value: 0x7F090544
+			public const int transition_transform = 2131297604;
 			
 			// aapt resource value: 0x7F090012
 			public const int Translate = 2131296274;
 			
-			// aapt resource value: 0x7F090543
-			public const int tvDeviceWifiConfigTip = 2131297603;
-			
-			// aapt resource value: 0x7F090544
-			public const int tvFormat_sd = 2131297604;
-			
 			// aapt resource value: 0x7F090545
-			public const int tvIntroduce1 = 2131297605;
+			public const int tvDeviceWifiConfigTip = 2131297605;
 			
 			// aapt resource value: 0x7F090546
-			public const int tvIntroduce2 = 2131297606;
+			public const int tvFormat_sd = 2131297606;
 			
 			// aapt resource value: 0x7F090547
-			public const int tvMore = 2131297607;
+			public const int tvIntroduce1 = 2131297607;
 			
 			// aapt resource value: 0x7F090548
-			public const int tvRichpushTitle = 2131297608;
+			public const int tvIntroduce2 = 2131297608;
 			
 			// aapt resource value: 0x7F090549
-			public const int tvSSID = 2131297609;
+			public const int tvMore = 2131297609;
 			
 			// aapt resource value: 0x7F09054A
-			public const int tvStatus = 2131297610;
+			public const int tvRichpushTitle = 2131297610;
 			
 			// aapt resource value: 0x7F09054B
-			public const int tvSuccess = 2131297611;
+			public const int tvSSID = 2131297611;
 			
 			// aapt resource value: 0x7F09054C
-			public const int tvTip = 2131297612;
+			public const int tvStatus = 2131297612;
 			
 			// aapt resource value: 0x7F09054D
-			public const int tvTitle = 2131297613;
+			public const int tvSuccess = 2131297613;
 			
 			// aapt resource value: 0x7F09054E
-			public const int tv_5g_tip = 2131297614;
+			public const int tvTip = 2131297614;
 			
 			// aapt resource value: 0x7F09054F
-			public const int tv_about_wifi_pwd = 2131297615;
+			public const int tvTitle = 2131297615;
 			
 			// aapt resource value: 0x7F090550
-			public const int tv_action1 = 2131297616;
+			public const int tv_5g_tip = 2131297616;
 			
 			// aapt resource value: 0x7F090551
-			public const int tv_adding_to_account = 2131297617;
+			public const int tv_about_wifi_pwd = 2131297617;
 			
 			// aapt resource value: 0x7F090552
-			public const int tv_all = 2131297618;
+			public const int tv_action1 = 2131297618;
 			
 			// aapt resource value: 0x7F090553
-			public const int tv_ap_sn = 2131297619;
+			public const int tv_adding_to_account = 2131297619;
 			
 			// aapt resource value: 0x7F090554
-			public const int tv_camera_name = 2131297620;
+			public const int tv_all = 2131297620;
 			
 			// aapt resource value: 0x7F090555
-			public const int tv_cancel = 2131297621;
+			public const int tv_ap_sn = 2131297621;
 			
 			// aapt resource value: 0x7F090556
-			public const int tv_child_watch_video_talk_notification = 2131297622;
+			public const int tv_camera_name = 2131297622;
 			
 			// aapt resource value: 0x7F090557
-			public const int tv_choose_other = 2131297623;
+			public const int tv_cancel = 2131297623;
 			
 			// aapt resource value: 0x7F090558
-			public const int tv_cloud_record = 2131297624;
+			public const int tv_child_watch_video_talk_notification = 2131297624;
 			
 			// aapt resource value: 0x7F090559
-			public const int tv_cloud_video = 2131297625;
+			public const int tv_choose_other = 2131297625;
 			
 			// aapt resource value: 0x7F09055A
-			public const int tv_connecting_to_device = 2131297626;
+			public const int tv_cloud_record = 2131297626;
 			
 			// aapt resource value: 0x7F09055B
-			public const int tv_content = 2131297627;
+			public const int tv_cloud_video = 2131297627;
 			
 			// aapt resource value: 0x7F09055C
-			public const int tv_content_tip = 2131297628;
+			public const int tv_connecting_to_device = 2131297628;
 			
 			// aapt resource value: 0x7F09055D
-			public const int tv_cover_stream = 2131297629;
-			
-			// aapt resource value: 0x7F09055F
-			public const int tv_current_version_tip = 2131297631;
-			
-			// aapt resource value: 0x7F090560
-			public const int tv_current_wifi = 2131297632;
+			public const int tv_content = 2131297629;
 			
 			// aapt resource value: 0x7F09055E
-			public const int tv_cur_wifi_tip = 2131297630;
+			public const int tv_content_tip = 2131297630;
+			
+			// aapt resource value: 0x7F09055F
+			public const int tv_cover_stream = 2131297631;
 			
 			// aapt resource value: 0x7F090561
-			public const int tv_decode_type = 2131297633;
+			public const int tv_current_version_tip = 2131297633;
 			
 			// aapt resource value: 0x7F090562
-			public const int tv_defence_name = 2131297634;
+			public const int tv_current_wifi = 2131297634;
+			
+			// aapt resource value: 0x7F090560
+			public const int tv_cur_wifi_tip = 2131297632;
 			
 			// aapt resource value: 0x7F090563
-			public const int tv_defence_title_name = 2131297635;
+			public const int tv_decode_type = 2131297635;
 			
 			// aapt resource value: 0x7F090564
-			public const int tv_delete = 2131297636;
+			public const int tv_defence_name = 2131297636;
 			
 			// aapt resource value: 0x7F090565
-			public const int tv_deployment_tip = 2131297637;
+			public const int tv_defence_title_name = 2131297637;
 			
 			// aapt resource value: 0x7F090566
-			public const int tv_device_current_version = 2131297638;
+			public const int tv_delete = 2131297638;
 			
 			// aapt resource value: 0x7F090567
-			public const int tv_device_info = 2131297639;
+			public const int tv_deployment_tip = 2131297639;
 			
 			// aapt resource value: 0x7F090568
-			public const int tv_device_name = 2131297640;
+			public const int tv_device_current_version = 2131297640;
 			
 			// aapt resource value: 0x7F090569
-			public const int tv_device_name_tip = 2131297641;
+			public const int tv_device_info = 2131297641;
 			
 			// aapt resource value: 0x7F09056A
-			public const int tv_device_serial = 2131297642;
+			public const int tv_device_name = 2131297642;
 			
 			// aapt resource value: 0x7F09056B
-			public const int tv_device_serial_tip = 2131297643;
+			public const int tv_device_name_tip = 2131297643;
 			
 			// aapt resource value: 0x7F09056C
-			public const int tv_device_type = 2131297644;
+			public const int tv_device_serial = 2131297644;
 			
 			// aapt resource value: 0x7F09056D
-			public const int tv_device_version = 2131297645;
+			public const int tv_device_serial_tip = 2131297645;
 			
 			// aapt resource value: 0x7F09056E
-			public const int tv_doorlock_history_call_state = 2131297646;
+			public const int tv_device_type = 2131297646;
 			
 			// aapt resource value: 0x7F09056F
-			public const int tv_download_doorlock_history_image = 2131297647;
+			public const int tv_device_version = 2131297647;
 			
 			// aapt resource value: 0x7F090570
-			public const int tv_edit = 2131297648;
+			public const int tv_doorlock_history_call_state = 2131297648;
 			
 			// aapt resource value: 0x7F090571
-			public const int tv_end_time = 2131297649;
+			public const int tv_download_doorlock_history_image = 2131297649;
 			
 			// aapt resource value: 0x7F090572
-			public const int tv_file_path = 2131297650;
+			public const int tv_edit = 2131297650;
 			
 			// aapt resource value: 0x7F090573
-			public const int tv_flash = 2131297651;
+			public const int tv_end_time = 2131297651;
 			
 			// aapt resource value: 0x7F090574
-			public const int tv_goto_connect = 2131297652;
+			public const int tv_file_path = 2131297652;
 			
 			// aapt resource value: 0x7F090575
-			public const int tv_help_phone = 2131297653;
+			public const int tv_flash = 2131297653;
 			
 			// aapt resource value: 0x7F090576
-			public const int tv_image_show_tip = 2131297654;
+			public const int tv_flip_image = 2131297654;
 			
 			// aapt resource value: 0x7F090577
-			public const int tv_init = 2131297655;
+			public const int tv_goto_connect = 2131297655;
 			
 			// aapt resource value: 0x7F090578
-			public const int tv_input_ok = 2131297656;
+			public const int tv_help_phone = 2131297656;
 			
 			// aapt resource value: 0x7F090579
-			public const int tv_lan = 2131297657;
+			public const int tv_image_show_tip = 2131297657;
 			
 			// aapt resource value: 0x7F09057A
-			public const int tv_left_btn = 2131297658;
-			
-			// aapt resource value: 0x7F09057C
-			public const int tv_loadingmore = 2131297660;
+			public const int tv_init = 2131297658;
 			
 			// aapt resource value: 0x7F09057B
-			public const int tv_loading_msg = 2131297659;
+			public const int tv_input_ok = 2131297659;
+			
+			// aapt resource value: 0x7F09057C
+			public const int tv_lan = 2131297660;
 			
 			// aapt resource value: 0x7F09057D
-			public const int tv_local_record = 2131297661;
-			
-			// aapt resource value: 0x7F09057E
-			public const int tv_local_video = 2131297662;
+			public const int tv_left_btn = 2131297661;
 			
 			// aapt resource value: 0x7F09057F
-			public const int tv_lp_answer = 2131297663;
+			public const int tv_loadingmore = 2131297663;
+			
+			// aapt resource value: 0x7F09057E
+			public const int tv_loading_msg = 2131297662;
 			
 			// aapt resource value: 0x7F090580
-			public const int tv_lp_calltime = 2131297664;
+			public const int tv_local_record = 2131297664;
 			
 			// aapt resource value: 0x7F090581
-			public const int tv_lp_hangUp = 2131297665;
+			public const int tv_local_video = 2131297665;
 			
 			// aapt resource value: 0x7F090582
-			public const int tv_lp_hangUp_all = 2131297666;
+			public const int tv_lp_answer = 2131297666;
 			
 			// aapt resource value: 0x7F090583
-			public const int tv_lp_screenshot = 2131297667;
+			public const int tv_lp_calltime = 2131297667;
 			
 			// aapt resource value: 0x7F090584
-			public const int tv_lp_title = 2131297668;
+			public const int tv_lp_hangUp = 2131297668;
 			
 			// aapt resource value: 0x7F090585
-			public const int tv_lp_unlock = 2131297669;
+			public const int tv_lp_hangUp_all = 2131297669;
 			
 			// aapt resource value: 0x7F090586
-			public const int tv_message = 2131297670;
+			public const int tv_lp_screenshot = 2131297670;
 			
 			// aapt resource value: 0x7F090587
-			public const int tv_message2 = 2131297671;
+			public const int tv_lp_title = 2131297671;
 			
 			// aapt resource value: 0x7F090588
-			public const int tv_message_time = 2131297672;
+			public const int tv_lp_unlock = 2131297672;
 			
 			// aapt resource value: 0x7F090589
-			public const int tv_message_title = 2131297673;
+			public const int tv_message = 2131297673;
 			
 			// aapt resource value: 0x7F09058A
-			public const int tv_modify_device_pwd = 2131297674;
+			public const int tv_message2 = 2131297674;
 			
 			// aapt resource value: 0x7F09058B
-			public const int tv_month_day = 2131297675;
+			public const int tv_message_time = 2131297675;
 			
 			// aapt resource value: 0x7F09058C
-			public const int tv_msg = 2131297676;
+			public const int tv_message_title = 2131297676;
 			
 			// aapt resource value: 0x7F09058D
-			public const int tv_name = 2131297677;
+			public const int tv_modify_device_pwd = 2131297677;
 			
 			// aapt resource value: 0x7F09058E
-			public const int tv_name_input = 2131297678;
+			public const int tv_month_day = 2131297678;
 			
 			// aapt resource value: 0x7F09058F
-			public const int tv_new_version = 2131297679;
+			public const int tv_msg = 2131297679;
 			
 			// aapt resource value: 0x7F090590
-			public const int tv_new_version_1 = 2131297680;
+			public const int tv_name = 2131297680;
 			
 			// aapt resource value: 0x7F090591
-			public const int tv_new_version_tip = 2131297681;
+			public const int tv_name_input = 2131297681;
 			
 			// aapt resource value: 0x7F090592
-			public const int tv_next = 2131297682;
+			public const int tv_new_version = 2131297682;
 			
 			// aapt resource value: 0x7F090593
-			public const int tv_no_video = 2131297683;
+			public const int tv_new_version_1 = 2131297683;
 			
 			// aapt resource value: 0x7F090594
-			public const int tv_offline = 2131297684;
+			public const int tv_new_version_tip = 2131297684;
 			
 			// aapt resource value: 0x7F090595
-			public const int tv_ok = 2131297685;
+			public const int tv_next = 2131297685;
 			
 			// aapt resource value: 0x7F090596
-			public const int tv_overseas = 2131297686;
+			public const int tv_no_video = 2131297686;
 			
 			// aapt resource value: 0x7F090597
-			public const int tv_pixel = 2131297687;
+			public const int tv_offline = 2131297687;
 			
 			// aapt resource value: 0x7F090598
-			public const int tv_play_error = 2131297688;
+			public const int tv_ok = 2131297688;
 			
 			// aapt resource value: 0x7F090599
-			public const int tv_play_pixel = 2131297689;
+			public const int tv_overseas = 2131297689;
 			
 			// aapt resource value: 0x7F09059A
-			public const int tv_pwd = 2131297690;
+			public const int tv_pixel = 2131297690;
 			
 			// aapt resource value: 0x7F09059B
-			public const int tv_pwd_tip_new = 2131297691;
+			public const int tv_play_error = 2131297691;
 			
 			// aapt resource value: 0x7F09059C
-			public const int tv_record_stream = 2131297692;
+			public const int tv_play_pixel = 2131297692;
 			
 			// aapt resource value: 0x7F09059D
-			public const int tv_registering_to_platform = 2131297693;
+			public const int tv_pwd = 2131297693;
 			
 			// aapt resource value: 0x7F09059E
-			public const int tv_right_btn = 2131297694;
+			public const int tv_pwd_tip_new = 2131297694;
 			
 			// aapt resource value: 0x7F09059F
-			public const int tv_sdk_info = 2131297695;
+			public const int tv_record_stream = 2131297695;
 			
 			// aapt resource value: 0x7F0905A0
-			public const int tv_show_tip = 2131297696;
+			public const int tv_registering_to_platform = 2131297696;
 			
 			// aapt resource value: 0x7F0905A1
-			public const int tv_single_btn = 2131297697;
+			public const int tv_right_btn = 2131297697;
 			
 			// aapt resource value: 0x7F0905A2
-			public const int tv_sms_valid_tip = 2131297698;
+			public const int tv_sdk_info = 2131297698;
 			
 			// aapt resource value: 0x7F0905A3
-			public const int tv_softap = 2131297699;
+			public const int tv_show_tip = 2131297699;
 			
 			// aapt resource value: 0x7F0905A4
-			public const int tv_ssid = 2131297700;
+			public const int tv_single_btn = 2131297700;
 			
 			// aapt resource value: 0x7F0905A5
-			public const int tv_start_time = 2131297701;
+			public const int tv_sms_valid_tip = 2131297701;
 			
 			// aapt resource value: 0x7F0905A6
-			public const int tv_stream_type = 2131297702;
+			public const int tv_softap = 2131297702;
 			
 			// aapt resource value: 0x7F0905A7
-			public const int tv_sure = 2131297703;
-			
-			// aapt resource value: 0x7F0905AC
-			public const int tv_temppassword_detail = 2131297708;
+			public const int tv_ssid = 2131297703;
 			
 			// aapt resource value: 0x7F0905A8
-			public const int tv_temp_count = 2131297704;
+			public const int tv_start_time = 2131297704;
 			
 			// aapt resource value: 0x7F0905A9
-			public const int tv_temp_password = 2131297705;
+			public const int tv_stream_type = 2131297705;
 			
 			// aapt resource value: 0x7F0905AA
-			public const int tv_temp_time = 2131297706;
-			
-			// aapt resource value: 0x7F0905AB
-			public const int tv_temp_username = 2131297707;
-			
-			// aapt resource value: 0x7F0905AD
-			public const int tv_test = 2131297709;
-			
-			// aapt resource value: 0x7F0905AE
-			public const int tv_time = 2131297710;
+			public const int tv_sure = 2131297706;
 			
 			// aapt resource value: 0x7F0905AF
-			public const int tv_time_m = 2131297711;
+			public const int tv_temppassword_detail = 2131297711;
+			
+			// aapt resource value: 0x7F0905AB
+			public const int tv_temp_count = 2131297707;
+			
+			// aapt resource value: 0x7F0905AC
+			public const int tv_temp_password = 2131297708;
+			
+			// aapt resource value: 0x7F0905AD
+			public const int tv_temp_time = 2131297709;
+			
+			// aapt resource value: 0x7F0905AE
+			public const int tv_temp_username = 2131297710;
 			
 			// aapt resource value: 0x7F0905B0
-			public const int tv_time_s = 2131297712;
+			public const int tv_test = 2131297712;
 			
 			// aapt resource value: 0x7F0905B1
-			public const int tv_tip = 2131297713;
+			public const int tv_time = 2131297713;
 			
 			// aapt resource value: 0x7F0905B2
-			public const int tv_tip_title = 2131297714;
+			public const int tv_time_m = 2131297714;
 			
 			// aapt resource value: 0x7F0905B3
-			public const int tv_title = 2131297715;
+			public const int tv_time_s = 2131297715;
 			
 			// aapt resource value: 0x7F0905B4
-			public const int tv_title_center = 2131297716;
+			public const int tv_tip = 2131297716;
 			
 			// aapt resource value: 0x7F0905B5
-			public const int tv_title_center_sub = 2131297717;
+			public const int tv_tip_title = 2131297717;
 			
 			// aapt resource value: 0x7F0905B6
-			public const int tv_title_cn = 2131297718;
+			public const int tv_title = 2131297718;
 			
 			// aapt resource value: 0x7F0905B7
-			public const int tv_title_left = 2131297719;
+			public const int tv_title_center = 2131297719;
 			
 			// aapt resource value: 0x7F0905B8
-			public const int tv_title_left2 = 2131297720;
+			public const int tv_title_center_sub = 2131297720;
 			
 			// aapt resource value: 0x7F0905B9
-			public const int tv_title_right = 2131297721;
+			public const int tv_title_cn = 2131297721;
 			
 			// aapt resource value: 0x7F0905BA
-			public const int tv_title_right2 = 2131297722;
+			public const int tv_title_left = 2131297722;
 			
 			// aapt resource value: 0x7F0905BB
-			public const int tv_title_tip = 2131297723;
+			public const int tv_title_left2 = 2131297723;
 			
 			// aapt resource value: 0x7F0905BC
-			public const int tv_title_type = 2131297724;
+			public const int tv_title_right = 2131297724;
 			
 			// aapt resource value: 0x7F0905BD
-			public const int tv_today = 2131297725;
+			public const int tv_title_right2 = 2131297725;
 			
 			// aapt resource value: 0x7F0905BE
-			public const int tv_type_tip = 2131297726;
-			
-			// aapt resource value: 0x7F0905C0
-			public const int tv_username = 2131297728;
+			public const int tv_title_tip = 2131297726;
 			
 			// aapt resource value: 0x7F0905BF
-			public const int tv_use_times = 2131297727;
+			public const int tv_title_type = 2131297727;
+			
+			// aapt resource value: 0x7F0905C0
+			public const int tv_today = 2131297728;
 			
 			// aapt resource value: 0x7F0905C1
-			public const int tv_version_tip = 2131297729;
-			
-			// aapt resource value: 0x7F0905C2
-			public const int tv_wifi_name = 2131297730;
+			public const int tv_type_tip = 2131297729;
 			
 			// aapt resource value: 0x7F0905C3
-			public const int tv_wifi_pwd = 2131297731;
+			public const int tv_username = 2131297731;
+			
+			// aapt resource value: 0x7F0905C2
+			public const int tv_use_times = 2131297730;
 			
 			// aapt resource value: 0x7F0905C4
-			public const int tv_wlan = 2131297732;
+			public const int tv_version_tip = 2131297732;
 			
 			// aapt resource value: 0x7F0905C5
-			public const int tv_zxing_back = 2131297733;
+			public const int tv_wifi_name = 2131297733;
 			
 			// aapt resource value: 0x7F0905C6
-			public const int tv_zxing_flash = 2131297734;
+			public const int tv_wifi_pwd = 2131297734;
 			
 			// aapt resource value: 0x7F0905C7
-			public const int tv_zxing_scan = 2131297735;
+			public const int tv_wlan = 2131297735;
 			
 			// aapt resource value: 0x7F0905C8
-			public const int two_button_layout = 2131297736;
+			public const int tv_zxing_back = 2131297736;
 			
 			// aapt resource value: 0x7F0905C9
-			public const int txtResult = 2131297737;
+			public const int tv_zxing_flash = 2131297737;
 			
 			// aapt resource value: 0x7F0905CA
-			public const int unbind_button = 2131297738;
+			public const int tv_zxing_scan = 2131297738;
 			
 			// aapt resource value: 0x7F0905CB
-			public const int uniform = 2131297739;
+			public const int two_button_layout = 2131297739;
 			
 			// aapt resource value: 0x7F0905CC
-			public const int up = 2131297740;
+			public const int txtResult = 2131297740;
 			
 			// aapt resource value: 0x7F0905CD
-			public const int useLogo = 2131297741;
-			
-			// aapt resource value: 0x7F0905D1
-			public const int userid_et = 2131297745;
-			
-			// aapt resource value: 0x7F0905D2
-			public const int userid_lyt = 2131297746;
-			
-			// aapt resource value: 0x7F0905D3
-			public const int username_et = 2131297747;
-			
-			// aapt resource value: 0x7F0905D4
-			public const int username_text = 2131297748;
-			
-			// aapt resource value: 0x7F0905D5
-			public const int username_tv = 2131297749;
-			
-			// aapt resource value: 0x7F0905CF
-			public const int user_layout = 2131297743;
-			
-			// aapt resource value: 0x7F0905D0
-			public const int user_register = 2131297744;
+			public const int unbind_button = 2131297741;
 			
 			// aapt resource value: 0x7F0905CE
-			public const int use_custom_pwd_cb = 2131297742;
+			public const int uniform = 2131297742;
+			
+			// aapt resource value: 0x7F0905CF
+			public const int up = 2131297743;
+			
+			// aapt resource value: 0x7F0905D0
+			public const int useLogo = 2131297744;
+			
+			// aapt resource value: 0x7F0905D4
+			public const int userid_et = 2131297748;
+			
+			// aapt resource value: 0x7F0905D5
+			public const int userid_lyt = 2131297749;
 			
 			// aapt resource value: 0x7F0905D6
-			public const int uvc = 2131297750;
+			public const int username_et = 2131297750;
 			
 			// aapt resource value: 0x7F0905D7
-			public const int v21 = 2131297751;
-			
-			// aapt resource value: 0x7F0905D9
-			public const int verifycodeEditTextContainer = 2131297753;
-			
-			// aapt resource value: 0x7F0905DA
-			public const int verifycodeEt = 2131297754;
-			
-			// aapt resource value: 0x7F0905DB
-			public const int version = 2131297755;
-			
-			// aapt resource value: 0x7F0905DC
-			public const int version_arrow = 2131297756;
-			
-			// aapt resource value: 0x7F0905DD
-			public const int version_layout = 2131297757;
-			
-			// aapt resource value: 0x7F0905DE
-			public const int version_newest = 2131297758;
-			
-			// aapt resource value: 0x7F0905DF
-			public const int version_notice = 2131297759;
-			
-			// aapt resource value: 0x7F0905E0
-			public const int vertical = 2131297760;
-			
-			// aapt resource value: 0x7F0905E1
-			public const int vg_child_watch_video_talk_camera = 2131297761;
-			
-			// aapt resource value: 0x7F0905E2
-			public const int vg_child_watch_video_talk_notification_container = 2131297762;
-			
-			// aapt resource value: 0x7F0905E3
-			public const int vg_child_watch_video_talk_operation_container = 2131297763;
-			
-			// aapt resource value: 0x7F0905E4
-			public const int vg_child_watch_video_talk_player = 2131297764;
-			
-			// aapt resource value: 0x7F0905E5
-			public const int vg_child_watch_video_talk_tool_container = 2131297765;
-			
-			// aapt resource value: 0x7F0905E6
-			public const int vg_child_watch_video_talk_video_container = 2131297766;
-			
-			// aapt resource value: 0x7F0905E7
-			public const int vg_error_tips = 2131297767;
-			
-			// aapt resource value: 0x7F0905E8
-			public const int vg_notification_operation_tool_container = 2131297768;
-			
-			// aapt resource value: 0x7F0905E9
-			public const int vg_play_info = 2131297769;
-			
-			// aapt resource value: 0x7F0905EA
-			public const int vg_play_window = 2131297770;
-			
-			// aapt resource value: 0x7F0905EB
-			public const int videoBackImg = 2131297771;
-			
-			// aapt resource value: 0x7F0905EC
-			public const int videoParent = 2131297772;
-			
-			// aapt resource value: 0x7F0905ED
-			public const int videoTitle = 2131297773;
-			
-			// aapt resource value: 0x7F0905EE
-			public const int video_button = 2131297774;
-			
-			// aapt resource value: 0x7F0905EF
-			public const int video_lp_rendering = 2131297775;
-			
-			// aapt resource value: 0x7F0905F0
-			public const int video_lp_rendering2 = 2131297776;
-			
-			// aapt resource value: 0x7F0905F1
-			public const int video_talk_et_room_id = 2131297777;
-			
-			// aapt resource value: 0x7F0905F2
-			public const int view = 2131297778;
-			
-			// aapt resource value: 0x7F0905F8
-			public const int viewedCount = 2131297784;
-			
-			// aapt resource value: 0x7F0905F9
-			public const int viewfinder_view = 2131297785;
-			
-			// aapt resource value: 0x7F0905F3
-			public const int viewSort = 2131297779;
-			
-			// aapt resource value: 0x7F0905F4
-			public const int view_child_watch_video_talk_camera = 2131297780;
-			
-			// aapt resource value: 0x7F0905F5
-			public const int view_child_watch_video_talk_player = 2131297781;
-			
-			// aapt resource value: 0x7F0905F6
-			public const int view_offset_helper = 2131297782;
-			
-			// aapt resource value: 0x7F0905F7
-			public const int view_split = 2131297783;
-			
-			// aapt resource value: 0x7F0905FA
-			public const int visible = 2131297786;
-			
-			// aapt resource value: 0x7F0905FB
-			public const int volume_btn_ly = 2131297787;
-			
-			// aapt resource value: 0x7F0905FC
-			public const int volume_tv = 2131297788;
+			public const int username_text = 2131297751;
 			
 			// aapt resource value: 0x7F0905D8
-			public const int v_bottom_line = 2131297752;
+			public const int username_tv = 2131297752;
+			
+			// aapt resource value: 0x7F0905D2
+			public const int user_layout = 2131297746;
+			
+			// aapt resource value: 0x7F0905D3
+			public const int user_register = 2131297747;
+			
+			// aapt resource value: 0x7F0905D1
+			public const int use_custom_pwd_cb = 2131297745;
+			
+			// aapt resource value: 0x7F0905D9
+			public const int uvc = 2131297753;
+			
+			// aapt resource value: 0x7F0905DA
+			public const int v21 = 2131297754;
+			
+			// aapt resource value: 0x7F0905DC
+			public const int verifycodeEditTextContainer = 2131297756;
+			
+			// aapt resource value: 0x7F0905DD
+			public const int verifycodeEt = 2131297757;
+			
+			// aapt resource value: 0x7F0905DE
+			public const int version = 2131297758;
+			
+			// aapt resource value: 0x7F0905DF
+			public const int version_arrow = 2131297759;
+			
+			// aapt resource value: 0x7F0905E0
+			public const int version_layout = 2131297760;
+			
+			// aapt resource value: 0x7F0905E1
+			public const int version_newest = 2131297761;
+			
+			// aapt resource value: 0x7F0905E2
+			public const int version_notice = 2131297762;
+			
+			// aapt resource value: 0x7F0905E3
+			public const int vertical = 2131297763;
+			
+			// aapt resource value: 0x7F0905E4
+			public const int vg_child_watch_video_talk_camera = 2131297764;
+			
+			// aapt resource value: 0x7F0905E5
+			public const int vg_child_watch_video_talk_notification_container = 2131297765;
+			
+			// aapt resource value: 0x7F0905E6
+			public const int vg_child_watch_video_talk_operation_container = 2131297766;
+			
+			// aapt resource value: 0x7F0905E7
+			public const int vg_child_watch_video_talk_player = 2131297767;
+			
+			// aapt resource value: 0x7F0905E8
+			public const int vg_child_watch_video_talk_tool_container = 2131297768;
+			
+			// aapt resource value: 0x7F0905E9
+			public const int vg_child_watch_video_talk_video_container = 2131297769;
+			
+			// aapt resource value: 0x7F0905EA
+			public const int vg_error_tips = 2131297770;
+			
+			// aapt resource value: 0x7F0905EB
+			public const int vg_notification_operation_tool_container = 2131297771;
+			
+			// aapt resource value: 0x7F0905EC
+			public const int vg_play_info = 2131297772;
+			
+			// aapt resource value: 0x7F0905ED
+			public const int vg_play_window = 2131297773;
+			
+			// aapt resource value: 0x7F0905EE
+			public const int videoBackImg = 2131297774;
+			
+			// aapt resource value: 0x7F0905EF
+			public const int videoParent = 2131297775;
+			
+			// aapt resource value: 0x7F0905F0
+			public const int videoTitle = 2131297776;
+			
+			// aapt resource value: 0x7F0905F1
+			public const int video_button = 2131297777;
+			
+			// aapt resource value: 0x7F0905F2
+			public const int video_lp_rendering = 2131297778;
+			
+			// aapt resource value: 0x7F0905F3
+			public const int video_lp_rendering2 = 2131297779;
+			
+			// aapt resource value: 0x7F0905F4
+			public const int video_talk_et_room_id = 2131297780;
+			
+			// aapt resource value: 0x7F0905F5
+			public const int view = 2131297781;
+			
+			// aapt resource value: 0x7F0905FB
+			public const int viewedCount = 2131297787;
+			
+			// aapt resource value: 0x7F0905FC
+			public const int viewfinder_view = 2131297788;
+			
+			// aapt resource value: 0x7F0905F6
+			public const int viewSort = 2131297782;
+			
+			// aapt resource value: 0x7F0905F7
+			public const int view_child_watch_video_talk_camera = 2131297783;
+			
+			// aapt resource value: 0x7F0905F8
+			public const int view_child_watch_video_talk_player = 2131297784;
+			
+			// aapt resource value: 0x7F0905F9
+			public const int view_offset_helper = 2131297785;
+			
+			// aapt resource value: 0x7F0905FA
+			public const int view_split = 2131297786;
 			
 			// aapt resource value: 0x7F0905FD
-			public const int wait_bar = 2131297789;
+			public const int visible = 2131297789;
 			
 			// aapt resource value: 0x7F0905FE
-			public const int wait_tv = 2131297790;
+			public const int volume_btn_ly = 2131297790;
 			
 			// aapt resource value: 0x7F0905FF
-			public const int watting_pb = 2131297791;
+			public const int volume_tv = 2131297791;
 			
-			// aapt resource value: 0x7F090602
-			public const int webview = 2131297794;
+			// aapt resource value: 0x7F0905DB
+			public const int v_bottom_line = 2131297755;
 			
 			// aapt resource value: 0x7F090600
-			public const int webView1 = 2131297792;
-			
-			// aapt resource value: 0x7F090603
-			public const int webview_back_img = 2131297795;
-			
-			// aapt resource value: 0x7F090604
-			public const int webview_back_ll = 2131297796;
+			public const int wait_bar = 2131297792;
 			
 			// aapt resource value: 0x7F090601
-			public const int web_login_btn = 2131297793;
+			public const int wait_tv = 2131297793;
+			
+			// aapt resource value: 0x7F090602
+			public const int watting_pb = 2131297794;
 			
 			// aapt resource value: 0x7F090605
-			public const int wheel_vertical_view = 2131297797;
+			public const int webview = 2131297797;
+			
+			// aapt resource value: 0x7F090603
+			public const int webView1 = 2131297795;
 			
 			// aapt resource value: 0x7F090606
-			public const int wifi_animation_view = 2131297798;
+			public const int webview_back_img = 2131297798;
 			
 			// aapt resource value: 0x7F090607
-			public const int wifi_img = 2131297799;
+			public const int webview_back_ll = 2131297799;
+			
+			// aapt resource value: 0x7F090604
+			public const int web_login_btn = 2131297796;
 			
 			// aapt resource value: 0x7F090608
-			public const int wifi_list = 2131297800;
+			public const int wheel_vertical_view = 2131297800;
 			
 			// aapt resource value: 0x7F090609
-			public const int wifi_list_container = 2131297801;
+			public const int wifi_animation_view = 2131297801;
 			
 			// aapt resource value: 0x7F09060A
-			public const int wifi_name = 2131297802;
+			public const int wifi_img = 2131297802;
 			
 			// aapt resource value: 0x7F09060B
-			public const int wifi_psw = 2131297803;
+			public const int wifi_list = 2131297803;
 			
 			// aapt resource value: 0x7F09060C
-			public const int wifi_pwd = 2131297804;
+			public const int wifi_list_container = 2131297804;
 			
 			// aapt resource value: 0x7F09060D
-			public const int wifi_pwd_check = 2131297805;
+			public const int wifi_name = 2131297805;
 			
 			// aapt resource value: 0x7F09060E
-			public const int wifi_quality_icon = 2131297806;
+			public const int wifi_psw = 2131297806;
 			
 			// aapt resource value: 0x7F09060F
-			public const int wifi_ssid = 2131297807;
+			public const int wifi_pwd = 2131297807;
 			
 			// aapt resource value: 0x7F090610
-			public const int wifi_tv = 2131297808;
+			public const int wifi_pwd_check = 2131297808;
 			
 			// aapt resource value: 0x7F090611
-			public const int withText = 2131297809;
+			public const int wifi_quality_icon = 2131297809;
 			
 			// aapt resource value: 0x7F090612
-			public const int wlan_len = 2131297810;
+			public const int wifi_ssid = 2131297810;
 			
 			// aapt resource value: 0x7F090613
-			public const int wlan_mode = 2131297811;
+			public const int wifi_tv = 2131297811;
 			
 			// aapt resource value: 0x7F090614
-			public const int wlan_name = 2131297812;
+			public const int withText = 2131297812;
 			
 			// aapt resource value: 0x7F090615
-			public const int wrap = 2131297813;
+			public const int wlan_len = 2131297813;
 			
 			// aapt resource value: 0x7F090616
-			public const int wrap_content = 2131297814;
+			public const int wlan_mode = 2131297814;
 			
 			// aapt resource value: 0x7F090617
-			public const int wvPopwin = 2131297815;
+			public const int wlan_name = 2131297815;
 			
 			// aapt resource value: 0x7F090618
-			public const int year = 2131297816;
+			public const int wrap = 2131297816;
 			
 			// aapt resource value: 0x7F090619
-			public const int zoomin = 2131297817;
+			public const int wrap_content = 2131297817;
 			
 			// aapt resource value: 0x7F09061A
-			public const int zoomout = 2131297818;
+			public const int wvPopwin = 2131297818;
 			
 			// aapt resource value: 0x7F09061B
-			public const int zxing_back_button = 2131297819;
+			public const int year = 2131297819;
 			
 			// aapt resource value: 0x7F09061C
-			public const int zxing_barcode_scanner = 2131297820;
+			public const int zoomin = 2131297820;
 			
 			// aapt resource value: 0x7F09061D
-			public const int zxing_barcode_surface = 2131297821;
+			public const int zoomout = 2131297821;
 			
 			// aapt resource value: 0x7F09061E
-			public const int zxing_camera_closed = 2131297822;
+			public const int zxing_back_button = 2131297822;
 			
 			// aapt resource value: 0x7F09061F
-			public const int zxing_camera_error = 2131297823;
+			public const int zxing_barcode_scanner = 2131297823;
 			
 			// aapt resource value: 0x7F090620
-			public const int zxing_decode = 2131297824;
+			public const int zxing_barcode_surface = 2131297824;
 			
 			// aapt resource value: 0x7F090621
-			public const int zxing_decode_failed = 2131297825;
+			public const int zxing_camera_closed = 2131297825;
 			
 			// aapt resource value: 0x7F090622
-			public const int zxing_decode_succeeded = 2131297826;
+			public const int zxing_camera_error = 2131297826;
 			
 			// aapt resource value: 0x7F090623
-			public const int zxing_possible_result_points = 2131297827;
+			public const int zxing_decode = 2131297827;
 			
 			// aapt resource value: 0x7F090624
-			public const int zxing_preview_failed = 2131297828;
+			public const int zxing_decode_failed = 2131297828;
 			
 			// aapt resource value: 0x7F090625
-			public const int zxing_prewiew_size_ready = 2131297829;
+			public const int zxing_decode_succeeded = 2131297829;
 			
 			// aapt resource value: 0x7F090626
-			public const int zxing_status_view = 2131297830;
+			public const int zxing_possible_result_points = 2131297830;
 			
 			// aapt resource value: 0x7F090627
-			public const int zxing_viewfinder_view = 2131297831;
+			public const int zxing_preview_failed = 2131297831;
+			
+			// aapt resource value: 0x7F090628
+			public const int zxing_prewiew_size_ready = 2131297832;
+			
+			// aapt resource value: 0x7F090629
+			public const int zxing_status_view = 2131297833;
+			
+			// aapt resource value: 0x7F09062A
+			public const int zxing_viewfinder_view = 2131297834;
 			
 			static Id()
 			{
diff --git a/HDL-ON_Android/Resources/drawable/splash_background.xml b/HDL-ON_Android/Resources/drawable/splash_background.xml
new file mode 100644
index 0000000..e2bd012
--- /dev/null
+++ b/HDL-ON_Android/Resources/drawable/splash_background.xml
@@ -0,0 +1,9 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <item>
+        <bitmap
+            android:src="@drawable/loading"
+            android:gravity="center" 
+            android:tileMode="disabled" />
+    </item>
+</layer-list>
\ No newline at end of file
diff --git a/HDL-ON_Android/Resources/values/styles.xml b/HDL-ON_Android/Resources/values/styles.xml
index 23825bc..053f783 100644
--- a/HDL-ON_Android/Resources/values/styles.xml
+++ b/HDL-ON_Android/Resources/values/styles.xml
@@ -2,7 +2,7 @@
 <resources >
 	<!-- 鍏朵腑parent鍙互涓� android:Theme 鎴� android:Theme.NoTitleBar; android:windowBackground鍙互涓鸿儗鏅浘 -->
 	<style name="MyTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
-		<item name="android:windowBackground">@drawable/loading</item>
+		<item name="android:windowBackground">@drawable/splash_background</item>
 		<!-- 闅愯棌鐘舵�佹爮 -->
 		<item name="android:windowFullscreen">false</item>
 		<!-- 闅愯棌鏍囬鏍� -->
@@ -11,7 +11,7 @@
 
 	</style>
 	<style name="SplashTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
-		<item name="android:windowBackground">@drawable/loading</item>
+		<item name="android:windowBackground">@drawable/splash_background</item>
 		<!-- 闅愯棌鐘舵�佹爮 -->
 		<item name="android:windowFullscreen">true</item>
 		<!-- 闅愯棌鏍囬鏍� -->
@@ -49,7 +49,7 @@
 		<item name="android:windowIsFloating">true</item>
 	</style>
 	<style name="MyTheme1" parent="Theme.AppCompat.Light.NoActionBar">
-		<item name="android:windowBackground">@drawable/Loading</item>
+		<item name="android:windowBackground">@drawable/icon</item>
 		<!-- 闅愯棌鐘舵�佹爮 -->
 		<item name="android:windowFullscreen">false</item>
 		<!-- 闅愯棌鏍囬鏍� -->
diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs
index 7143579..2a45e06 100644
--- a/HDL-ON_Android/SplashActivity.cs
+++ b/HDL-ON_Android/SplashActivity.cs
@@ -3,6 +3,7 @@
 using Android.App;
 using Android.Content;
 using Android.Content.PM;
+using Android.Graphics;
 using Android.Locations;
 using Android.Net;
 using Android.OS;
@@ -44,7 +45,9 @@
         {
             base.OnCreate(savedInstanceState);
 
-            if(Shared.Application.Activity != null && Shared.Application.Activity.GetType() == typeof(BaseActivity))
+
+
+            if (Shared.Application.Activity != null && Shared.Application.Activity.GetType() == typeof(BaseActivity))
             {
                 Finish();
                 return;
diff --git a/HDL-ON_Android/mono_crash.1cfb5decbf.0.json b/HDL-ON_Android/mono_crash.1cfb5decbf.0.json
deleted file mode 100644
index d04997c..0000000
--- a/HDL-ON_Android/mono_crash.1cfb5decbf.0.json
+++ /dev/null
@@ -1,845 +0,0 @@
-{
-  "protocol_version" : "0.0.6",
-  "configuration" : {
-    "version" : "(6.10.0.104) (2019-12/5d03a6fe116)",
-    "tlc" : "normal",
-    "sigsgev" : "altstack",
-    "notifications" : "kqueue",
-    "architecture" : "amd64",
-    "disabled_features" : "none",
-    "smallconfig" : "disabled",
-    "bigarrays" : "disabled",
-    "softdebug" : "enabled",
-    "interpreter" : "enabled",
-    "llvm_support" : "0",
-    "suspend" : "hybrid"
-  },
-  "memory" : {
-    "Resident Size" : "201093120",
-    "Virtual Size" : "4848459776",
-    "minor_gc_time" : "1017222",
-    "major_gc_time" : "0",
-    "minor_gc_count" : "2",
-    "major_gc_count" : "0",
-    "major_gc_time_concurrent" : "0"
- },
-  "threads" : [
- {
-    "is_managed" : false,
-    "offset_free_hash" : "0x0",
-    "offset_rich_hash" : "0x0",
-    "crashed" : false,
-    "native_thread_id" : "0x700006c37000",
-    "thread_info_addr" : "0x7f8b83809600",
-    "thread_name" : "Finalizer",
-    "ctx" : {
-      "IP" : "0x7fff69a69e36",
-      "SP" : "0x700006c36eb8",
-      "BP" : "0x700006c36f00"
-  },
-    "unmanaged_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10469d346",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x104837aa5",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048377d7",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x104708ce0",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff69b215fd",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7f8b85008250",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048386ed",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff69b2d109",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff69b28b8b",
-      "native_offset" : "0x00000"
-   }
-
-  ]
- },
- {
-    "is_managed" : false,
-    "offset_free_hash" : "0x0",
-    "offset_rich_hash" : "0x0",
-    "crashed" : false,
-    "native_thread_id" : "0x10f482dc0",
-    "thread_info_addr" : "0x7f8b85808200",
-    "thread_name" : "tid_307",
-    "ctx" : {
-      "IP" : "0x7fff69a6c882",
-      "SP" : "0x7ffeeb612ce8",
-      "BP" : "0x7ffeeb612d80"
-  },
-    "unmanaged_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10469d346",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x104837aa5",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048377d7",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x104708ce0",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff69b215fd",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7ffeeb6129d8",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048e4430",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048fc401",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048349e4",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1048347ea",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10466330a",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1045eee49",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff69928cc9",
-      "native_offset" : "0x00000"
-   }
-
-  ]
- },
- {
-    "is_managed" : true,
-    "offset_free_hash" : "0x1cfb5decbf",
-    "offset_rich_hash" : "0x1cfb5df079",
-    "crashed" : true,
-    "native_thread_id" : "0x700007346000",
-    "thread_info_addr" : "0x7f8b8390a200",
-    "thread_name" : "Thread Pool Worker",
-    "ctx" : {
-      "IP" : "0x7fff69a7033a",
-      "SP" : "0x700007344648",
-      "BP" : "0x700007344670"
-  },
-    "managed_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0000c"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f8c",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0001a"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f32",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00028"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f30",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00002"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000084",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x000ae"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000083",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x600006a",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00048"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x60000a1",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000067",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000075",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00057"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x0002a"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0000c"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6004ced",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0006a"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x60048d1",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000039",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00019"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000169",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00029"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000184",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ff3",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00007"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ece",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00071"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ecc",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ff1",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00021"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001fd9",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00074"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001fee",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0002a"
-   }
-
-  ],
-  "unmanaged_frames" : [
- {
-    "is_managed" : "false",
-    "native_address" : "0x10469d346",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x104837aa5",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10483811a",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x104709da7",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1046a1fb5",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10470909f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff69b215fd",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "unregistered"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff699f7808",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x104907397",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1048e827f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10490771e",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10490789f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047a4059",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047a45f2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1048f56d1",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1048f5a70",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047a6706",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047caab4",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001f8c",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000083",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x600006a",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x60000a1",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000067",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000075",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1045ffae2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10480d967",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x104816409",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047ae38d",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1047c2027",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6004ced",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x60048d1",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000169",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000184",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001ff3",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001ecc",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001fee",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1045ffae2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10480f342",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10483b1c7",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10476ef88",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1048386ed",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff69b2d109",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff69b28b8b",
-    "native_offset" : "0x00000"
-  }
-
- ]
-}
-]
-}
\ No newline at end of file
diff --git a/HDL-ON_Android/mono_crash.1cfb5decbf.1.json b/HDL-ON_Android/mono_crash.1cfb5decbf.1.json
deleted file mode 100644
index c3de3bf..0000000
--- a/HDL-ON_Android/mono_crash.1cfb5decbf.1.json
+++ /dev/null
@@ -1,851 +0,0 @@
-{
-  "protocol_version" : "0.0.6",
-  "configuration" : {
-    "version" : "(6.10.0.104) (2019-12/5d03a6fe116)",
-    "tlc" : "normal",
-    "sigsgev" : "altstack",
-    "notifications" : "kqueue",
-    "architecture" : "amd64",
-    "disabled_features" : "none",
-    "smallconfig" : "disabled",
-    "bigarrays" : "disabled",
-    "softdebug" : "enabled",
-    "interpreter" : "enabled",
-    "llvm_support" : "0",
-    "suspend" : "hybrid"
-  },
-  "memory" : {
-    "Resident Size" : "53968896",
-    "Virtual Size" : "4926550016",
-    "minor_gc_time" : "73028534",
-    "major_gc_time" : "22050388",
-    "minor_gc_count" : "195",
-    "major_gc_count" : "23",
-    "major_gc_time_concurrent" : "23653063"
- },
-  "threads" : [
- {
-    "is_managed" : false,
-    "offset_free_hash" : "0x0",
-    "offset_rich_hash" : "0x0",
-    "crashed" : false,
-    "native_thread_id" : "0x700007e27000",
-    "thread_info_addr" : "0x7f8e11808200",
-    "thread_name" : "Finalizer",
-    "ctx" : {
-      "IP" : "0x7fff6a57fe36",
-      "SP" : "0x700007e26eb8",
-      "BP" : "0x700007e26f00"
-  },
-    "unmanaged_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "0x107243346",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073ddaa5",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073dd7d7",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1072aece0",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff6a6375fd",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1000",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073de6ed",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff6a643109",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff6a63eb8b",
-      "native_offset" : "0x00000"
-   }
-
-  ]
- },
- {
-    "is_managed" : false,
-    "offset_free_hash" : "0x0",
-    "offset_rich_hash" : "0x0",
-    "crashed" : false,
-    "native_thread_id" : "0x10d566dc0",
-    "thread_info_addr" : "0x7f8e11013400",
-    "thread_name" : "tid_307",
-    "ctx" : {
-      "IP" : "0x7fff6a582882",
-      "SP" : "0x7ffee8a6cca8",
-      "BP" : "0x7ffee8a6cd40"
-  },
-    "unmanaged_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "0x107243346",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073ddaa5",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073dd7d7",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1072aece0",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff6a6375fd",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7ffee8a6c998",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10748a430",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1074a2401",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073da9e4",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x1073da7ea",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10720930a",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x107194e49",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7fff6a43ecc9",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x5",
-      "native_offset" : "0x00000"
-   }
-
-  ]
- },
- {
-    "is_managed" : true,
-    "offset_free_hash" : "0x1cfb5decbf",
-    "offset_rich_hash" : "0x1cfb5df011",
-    "crashed" : true,
-    "native_thread_id" : "0x700008739000",
-    "thread_info_addr" : "0x7f8e10897e00",
-    "thread_name" : "Thread Pool Worker",
-    "ctx" : {
-      "IP" : "0x7fff6a58633a",
-      "SP" : "0x700008737648",
-      "BP" : "0x700008737670"
-  },
-    "managed_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0000c"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f8c",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0001a"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f32",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00028"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001f30",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00002"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000084",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x000ae"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000083",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x600006a",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00048"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x60000a1",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000067",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000075",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00057"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x0002a"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0000c"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6004ced",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0006a"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x60048d1",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000039",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00019"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000169",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00029"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-      "token" : "0x6000184",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x18000",
-      "timestamp" : "0xc077b0d4",
-      "il_offset" : "0x00001"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ff3",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00007"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ece",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00009"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ecc",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001ff1",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00021"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001fd9",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00074"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x6001fee",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x474000",
-      "timestamp" : "0xcdf122ed",
-      "il_offset" : "0x0002a"
-   }
-
-  ],
-  "unmanaged_frames" : [
- {
-    "is_managed" : "false",
-    "native_address" : "0x107243346",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073ddaa5",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073de11a",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1072afda7",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x107247fb5",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1072af09f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff6a6375fd",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "unregistered"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff6a50d808",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1074ad397",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10748e27f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1074ad71e",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1074ad89f",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10734a059",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10734a5f2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10749b6d1",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10749ba70",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10734c706",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x107370ab4",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001f8c",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000083",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x600006a",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x60000a1",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000067",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000075",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1071a5ae2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073b3967",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073bc409",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10735438d",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x107368027",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6004ced",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x60048d1",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000169",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "E5BBCD86-B476-47FC-970E-F00D99CDBAB3",
-    "token" : "0x6000184",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x18000",
-    "timestamp" : "0xc077b0d4",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001ff3",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001ecc",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "55ADAE45-46CD-485B-A70E-2948332EBE8C",
-    "token" : "0x6001fee",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x474000",
-    "timestamp" : "0xcdf122ed",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1071a5ae2",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073b5342",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073e11c7",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x107314f88",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x1073de6ed",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff6a643109",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7fff6a63eb8b",
-    "native_offset" : "0x00000"
-  }
-
- ]
-}
-]
-}
\ No newline at end of file
diff --git a/HDL-ON_Android/mono_crash.824c6d50c.0.json b/HDL-ON_Android/mono_crash.824c6d50c.0.json
deleted file mode 100644
index 3c4866c..0000000
--- a/HDL-ON_Android/mono_crash.824c6d50c.0.json
+++ /dev/null
@@ -1,7302 +0,0 @@
-{
-  "protocol_version" : "0.0.6",
-  "configuration" : {
-    "version" : "(6.12.0.182) (2020-02/6051b710727)",
-    "tlc" : "normal",
-    "sigsgev" : "altstack",
-    "notifications" : "kqueue",
-    "architecture" : "amd64",
-    "disabled_features" : "none",
-    "smallconfig" : "disabled",
-    "bigarrays" : "disabled",
-    "softdebug" : "enabled",
-    "interpreter" : "enabled",
-    "llvm_support" : "0",
-    "suspend" : "hybrid"
-  },
-  "memory" : {
-    "Resident Size" : "316989440",
-    "Virtual Size" : "35567587328",
-    "minor_gc_time" : "14209829",
-    "major_gc_time" : "483842253",
-    "minor_gc_count" : "29",
-    "major_gc_count" : "2001",
-    "major_gc_time_concurrent" : "2291163"
- },
-  "threads" : [
- {
-    "is_managed" : false,
-    "offset_free_hash" : "0x0",
-    "offset_rich_hash" : "0x0",
-    "crashed" : false,
-    "native_thread_id" : "0x700005d2d000",
-    "thread_info_addr" : "0x7fbd1d9b3000",
-    "thread_name" : "Thread Pool Worker",
-    "ctx" : {
-      "IP" : "0x7ff80cad79be",
-      "SP" : "0x700005d2ce98",
-      "BP" : "0x700005d2cf00"
-  },
-    "unmanaged_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10bcc3756",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10be5efd5",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10be5ed07",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10bd2f840",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7ff80cb29dfd",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x10be5fc1d",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7ff80cb144e1",
-      "native_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "false",
-      "native_address" : "0x7ff80cb0ff6b",
-      "native_offset" : "0x00000"
-   }
-
-  ]
- },
- {
-    "is_managed" : true,
-    "offset_free_hash" : "0xd4974c408",
-    "offset_rich_hash" : "0xd4974c6c6",
-    "crashed" : false,
-    "native_thread_id" : "0x700006336000",
-    "thread_info_addr" : "0x7fbd1e8aba00",
-    "thread_name" : "tid_14903",
-    "ctx" : {
-      "IP" : "0x7ff80cada3da",
-      "SP" : "0x700006334b18",
-      "BP" : "0x700006334bc0"
-  },
-    "managed_frames" : [
-  {
-      "is_managed" : "false",
-      "native_address" : "unregistered"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x472000",
-      "timestamp" : "0xe057582a",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-      "token" : "0x6000d8e",
-      "native_offset" : "0x0",
-      "filename" : "Microsoft.Build.dll",
-      "sizeofimage" : "0x202000",
-      "timestamp" : "0xac7b724b",
-      "il_offset" : "0x00053"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-      "token" : "0x6000c96",
-      "native_offset" : "0x0",
-      "filename" : "Microsoft.Build.dll",
-      "sizeofimage" : "0x202000",
-      "timestamp" : "0xac7b724b",
-      "il_offset" : "0x00008"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-      "token" : "0x6000c99",
-      "native_offset" : "0x0",
-      "filename" : "Microsoft.Build.dll",
-      "sizeofimage" : "0x202000",
-      "timestamp" : "0xac7b724b",
-      "il_offset" : "0x00007"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-      "token" : "0x6000138",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x1c000",
-      "timestamp" : "0xce37ae1a",
-      "il_offset" : "0x00041"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-      "token" : "0x6000215",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x1c000",
-      "timestamp" : "0xce37ae1a",
-      "il_offset" : "0x0013f"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-      "token" : "0x60000c3",
-      "native_offset" : "0x0",
-      "filename" : "MonoDevelop.MSBuildBuilder.exe",
-      "sizeofimage" : "0x1c000",
-      "timestamp" : "0xce37ae1a",
-      "il_offset" : "0x00016"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-      "token" : "0x6001ed3",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x472000",
-      "timestamp" : "0xe057582a",
-      "il_offset" : "0x00071"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-      "token" : "0x6001ed1",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x472000",
-      "timestamp" : "0xe057582a",
-      "il_offset" : "0x00000"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-      "token" : "0x6001ed0",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x472000",
-      "timestamp" : "0xe057582a",
-      "il_offset" : "0x0002b"
-   }
-,
-  {
-      "is_managed" : "true",
-      "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-      "token" : "0x00000",
-      "native_offset" : "0x0",
-      "filename" : "mscorlib.dll",
-      "sizeofimage" : "0x472000",
-      "timestamp" : "0xe057582a",
-      "il_offset" : "0x0002a"
-   }
-
-  ],
-  "unmanaged_frames" : [
- {
-    "is_managed" : "false",
-    "native_address" : "0x10bcc3756",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be5efd5",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be5ed07",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10bd2f840",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7ff80cb29dfd",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "27AD6C75-A80D-455D-A17C-D3FDB7057539",
-    "token" : "0x600000b",
-    "native_offset" : "0x0",
-    "filename" : "Microsoft.NET.StringTools.dll",
-    "sizeofimage" : "0xc000",
-    "timestamp" : "0xdea92a60",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10bf05e20",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be6c4d9",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be6c3a1",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be6c619",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be5920d",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10bdf22d8",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "(null)",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "(null)",
-    "sizeofimage" : "0x0",
-    "timestamp" : "0x0",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "(null)",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "(null)",
-    "sizeofimage" : "0x0",
-    "timestamp" : "0x0",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-    "token" : "0x6000c96",
-    "native_offset" : "0x0",
-    "filename" : "Microsoft.Build.dll",
-    "sizeofimage" : "0x202000",
-    "timestamp" : "0xac7b724b",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-    "token" : "0x6000c99",
-    "native_offset" : "0x0",
-    "filename" : "Microsoft.Build.dll",
-    "sizeofimage" : "0x202000",
-    "timestamp" : "0xac7b724b",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-    "token" : "0x6000138",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x1c000",
-    "timestamp" : "0xce37ae1a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-    "token" : "0x6000215",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x1c000",
-    "timestamp" : "0xce37ae1a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-    "token" : "0x60000c3",
-    "native_offset" : "0x0",
-    "filename" : "MonoDevelop.MSBuildBuilder.exe",
-    "sizeofimage" : "0x1c000",
-    "timestamp" : "0xce37ae1a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "(null)",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "(null)",
-    "sizeofimage" : "0x0",
-    "timestamp" : "0x0",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x6001ed1",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10bc25332",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be34dd7",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be3b6d0",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x10be5fc5d",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7ff80cb144e1",
-    "native_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "false",
-    "native_address" : "0x7ff80cb0ff6b",
-    "native_offset" : "0x00000"
-  }
-
- ]
-},
-{
-  "is_managed" : true,
-  "offset_free_hash" : "0x5d9cd3368",
-  "offset_rich_hash" : "0x5d9cd3468",
-  "crashed" : false,
-  "native_thread_id" : "0x70000781a000",
-  "thread_info_addr" : "0x7fbd19bfb400",
-  "thread_name" : "tid_9207",
-  "ctx" : {
-    "IP" : "0x7ff80cad796a",
-    "SP" : "0x700007818b18",
-    "BP" : "0x700007818b70"
- },
-  "managed_frames" : [
- {
-    "is_managed" : "false",
-    "native_address" : "unregistered"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "System.dll",
-    "sizeofimage" : "0x290000",
-    "timestamp" : "0x85731fb9",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-    "token" : "0x6004477",
-    "native_offset" : "0x0",
-    "filename" : "System.dll",
-    "sizeofimage" : "0x290000",
-    "timestamp" : "0x85731fb9",
-    "il_offset" : "0x0003a"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x6001ed3",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x00071"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x6001ed1",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x00000"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x6001ed0",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x0002b"
-  }
-,
- {
-    "is_managed" : "true",
-    "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-    "token" : "0x00000",
-    "native_offset" : "0x0",
-    "filename" : "mscorlib.dll",
-    "sizeofimage" : "0x472000",
-    "timestamp" : "0xe057582a",
-    "il_offset" : "0x0002a"
-  }
-
- ],
-"unmanaged_frames" : [
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bcc3756",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5efd5",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5ed07",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bd2f840",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb29dfd",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x6e6f69746163696c",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cbdb34d",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cbd99d8",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cbd8e1c",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cc60dcb",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10e29521c",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-  "token" : "0x00000",
-  "native_offset" : "0x0",
-  "filename" : "System.dll",
-  "sizeofimage" : "0x290000",
-  "timestamp" : "0x85731fb9",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-  "token" : "0x6004477",
-  "native_offset" : "0x0",
-  "filename" : "System.dll",
-  "sizeofimage" : "0x290000",
-  "timestamp" : "0x85731fb9",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "(null)",
-  "token" : "0x00000",
-  "native_offset" : "0x0",
-  "filename" : "(null)",
-  "sizeofimage" : "0x0",
-  "timestamp" : "0x0",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed1",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bc25332",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be34dd7",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be3b6d0",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5fc5d",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb144e1",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb0ff6b",
-  "native_offset" : "0x00000"
- }
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x10ddb1600",
-"thread_info_addr" : "0x7fbd1980a000",
-"thread_name" : "tid_103",
-"ctx" : {
-  "IP" : "0x7ff80cada3da",
-  "SP" : "0x7ff7b42eda58",
-  "BP" : "0x7ff7b42edb00"
-},
-"unmanaged_frames" : [
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bcc3756",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5efd5",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5ed07",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bd2f840",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb29dfd",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7fbd1aa54b08",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bef9dc0",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bf11ef1",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5bef4",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5bc49",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bc88d0a",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bc14b58",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10dd3652e",
-  "native_offset" : "0x00000"
- }
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000693f000",
-"thread_info_addr" : "0x7fbd1b139800",
-"thread_name" : "Thread Pool I/O Selector",
-"ctx" : {
-  "IP" : "0x7ff80cadfd4a",
-  "SP" : "0x70000693ec28",
-  "BP" : "0x70000693ede0"
-},
-"unmanaged_frames" : [
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bcc3756",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5efd5",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5ed07",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10bd2f840",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb29dfd",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x600003197110",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be64823",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be64185",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x10be5fc1d",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb144e1",
-  "native_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "false",
-  "native_address" : "0x7ff80cb0ff6b",
-  "native_offset" : "0x00000"
- }
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x15ab7463ad",
-"offset_rich_hash" : "0x15ab7466c5",
-"crashed" : false,
-"native_thread_id" : "0x700007e23000",
-"thread_info_addr" : "0x7fbd1bc54600",
-"thread_name" : "tid_6507",
-"ctx" : {
-  "IP" : "0x7ff80cada3da",
-  "SP" : "0x700007e221f8",
-  "BP" : "0x700007e222a0"
-},
-"managed_frames" : [
-{
-  "is_managed" : "false",
-  "native_address" : "unregistered"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x00000",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001f00",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001e50",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x0001d"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001e4f",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x000d9"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001e4b",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-  "token" : "0x6000f7a",
-  "native_offset" : "0x0",
-  "filename" : "Microsoft.VisualStudio.Telemetry.dll",
-  "sizeofimage" : "0xde000",
-  "timestamp" : "0xfe3b09c5",
-  "il_offset" : "0x0002a"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-  "token" : "0x6000f98",
-  "native_offset" : "0x0",
-  "filename" : "Microsoft.VisualStudio.Telemetry.dll",
-  "sizeofimage" : "0xde000",
-  "timestamp" : "0xfe3b09c5",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-  "token" : "0x6000fc1",
-  "native_offset" : "0x0",
-  "filename" : "Microsoft.VisualStudio.Telemetry.dll",
-  "sizeofimage" : "0xde000",
-  "timestamp" : "0xfe3b09c5",
-  "il_offset" : "0x00034"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-  "token" : "0x60013fd",
-  "native_offset" : "0x0",
-  "filename" : "Microsoft.VisualStudio.Telemetry.dll",
-  "sizeofimage" : "0xde000",
-  "timestamp" : "0xfe3b09c5",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x60023a8",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x0000f"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x60023a4",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x60023a7",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed3",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00071"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed1",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6002410",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00034"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x60023a6",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x0004a"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed3",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00071"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed1",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x00000"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x6001ed0",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x0002b"
- }
-,
-{
-  "is_managed" : "true",
-  "guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-  "token" : "0x00000",
-  "native_offset" : "0x0",
-  "filename" : "mscorlib.dll",
-  "sizeofimage" : "0x472000",
-  "timestamp" : "0xe057582a",
-  "il_offset" : "0x0002a"
- }
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bea2b2c",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf09c1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001e4b",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f98",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000fc1",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x60013fd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700006f48000",
-"thread_info_addr" : "0x7fbd1b266c00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700006f47e98",
-"BP" : "0x700006f47f00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000842c000",
-"thread_info_addr" : "0x7fbd1e081e00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x70000842be98",
-"BP" : "0x70000842bf00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700008a35000",
-"thread_info_addr" : "0x7fbd1b05cc00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700008a34e98",
-"BP" : "0x700008a34f00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000903e000",
-"thread_info_addr" : "0x7fbd1becc400",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x70000903de98",
-"BP" : "0x70000903df00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x4d6e37a08",
-"offset_rich_hash" : "0x4d6e37ace",
-"crashed" : false,
-"native_thread_id" : "0x700005927000",
-"thread_info_addr" : "0x7fbd199cc000",
-"thread_name" : "Timer-Scheduler",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x7000059260f8",
-"BP" : "0x7000059261a0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff84e27f000",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e04",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c619",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x824c6d50c",
-"offset_rich_hash" : "0x824c6d599",
-"crashed" : true,
-"native_thread_id" : "0x70000559b000",
-"thread_info_addr" : "0x7fbd1a830600",
-"thread_name" : "Finalizer",
-"ctx" : {
-"IP" : "0x7ff80cb27189",
-"SP" : "0x70000559aa30",
-"BP" : "0x70000559aa30"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0000c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600429c",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60040a5",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00003"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60040a4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002f52",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00041"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002f38",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00013"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002f37",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5f64a",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd30907",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc83ee",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2a7b6",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb27189",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff81783460f",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff817832dcf",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff817833e3c",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff817832189",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x11fe91dad",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600429c",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002f38",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002f37",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be9f869",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bebe9ac",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bea1573",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700005f30000",
-"thread_info_addr" : "0x7fbd1b84b600",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700005f2fe98",
-"BP" : "0x700005f2ff00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x614cb2732",
-"offset_rich_hash" : "0x614cb283f",
-"crashed" : false,
-"native_thread_id" : "0x700007414000",
-"thread_info_addr" : "0x7fbd1997e200",
-"thread_name" : "In-proc Node (Default)",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x7000074130e8",
-"BP" : "0x700007413190"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6002056",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600137c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00047"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60015cd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80c92f5a4",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6d138",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6ccf2",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0xc33f99506",
-"offset_rich_hash" : "0xc33f99676",
-"crashed" : false,
-"native_thread_id" : "0x700006539000",
-"thread_info_addr" : "0x7fbd1b990600",
-"thread_name" : "tid_4c03",
-"ctx" : {
-"IP" : "0x7ff80cadaefe",
-"SP" : "0x700006538648",
-"BP" : "0x7000065386b0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002752",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0000c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002745",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0002e"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002748",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0000d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600267d",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0004d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600267e",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0000a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000089",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x0000c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd8ba33",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be45235",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002752",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002745",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6002748",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600267d",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x600267e",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000089",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x1229ad157f",
-"offset_rich_hash" : "0x1229ad17e5",
-"crashed" : false,
-"native_thread_id" : "0x700007a1d000",
-"thread_info_addr" : "0x7fbd19d67400",
-"thread_name" : "tid_9807",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700007a1bd88",
-"BP" : "0x700007a1be30"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f7a",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x0006e"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f98",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000fc1",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x60013fd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6002410",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0004a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c619",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f98",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000fc1",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x60013fd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x701103c23",
-"offset_rich_hash" : "0x701103d02",
-"crashed" : false,
-"native_thread_id" : "0x700006b42000",
-"thread_info_addr" : "0x7fbd1aae4c00",
-"thread_name" : "tid_3d03",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700006b41818",
-"BP" : "0x700006b418c0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001f52",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00019"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000206",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e04",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf113dd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be57ccd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf1939",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001f52",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0xd5b192a1b",
-"offset_rich_hash" : "0xd5b192c03",
-"crashed" : false,
-"native_thread_id" : "0x700008026000",
-"thread_info_addr" : "0x7fbd1bc58600",
-"thread_name" : "tid_9e07",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700008024f48",
-"BP" : "0x700008024ff0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f88",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00024"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6002410",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0004a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e04",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c619",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000714b000",
-"thread_info_addr" : "0x7fbd1bc8d800",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x70000714ae98",
-"BP" : "0x70000714af00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x4a40daad56",
-"offset_rich_hash" : "0x4a40dacd96",
-"crashed" : false,
-"native_thread_id" : "0x70000862f000",
-"thread_info_addr" : "0x7fbd1bd62e00",
-"thread_name" : "RequestBuilder thread",
-"ctx" : {
-"IP" : "0x7ff80cad8eb2",
-"SP" : "0x70000862b518",
-"BP" : "0x70000862b5d0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600559f",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0001e"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6005870",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x000c1"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6005866",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0001f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6005615",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "93561DF5-EB36-47A0-9B88-632C7A591C75",
-"token" : "0x600003c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Android.Build.BaseTasks.dll",
-"sizeofimage" : "0x14000",
-"timestamp" : "0xbe3402f8",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000057",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x0006c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000d95",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x001c2"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000d94",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x0009b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "93561DF5-EB36-47A0-9B88-632C7A591C75",
-"token" : "0x6000015",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Android.Build.BaseTasks.dll",
-"sizeofimage" : "0x14000",
-"timestamp" : "0xbe3402f8",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001619",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00029"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024bd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x002b9"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001495",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00046"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b8",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00065"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001493",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00046"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b4",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x001f9"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600148e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0003d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b2",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0015c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600148d",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b0",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0018b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001488",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00061"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024ae",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0005f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001463",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00046"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024ac",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x002b6"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600145c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0003d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024a6",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00429"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001444",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00024"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024a0",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x002bb"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001437",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0004f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600249e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0031a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001428",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0001c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600249a",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00029"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600141f",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0001c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6002498",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600141e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00024"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001435",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60022aa",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6002410",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0004a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60024f1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00014"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600248c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0001a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x70000862b010",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6005870",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6005866",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000057",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000d95",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "BD127568-B445-4980-94FF-BBE599EB081B",
-"token" : "0x6000d94",
-"native_offset" : "0x0",
-"filename" : "Xamarin.Android.Build.Tasks",
-"sizeofimage" : "0x436000",
-"timestamp" : "0x628b80f2",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "93561DF5-EB36-47A0-9B88-632C7A591C75",
-"token" : "0x6000015",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Android.Build.BaseTasks.dll",
-"sizeofimage" : "0x14000",
-"timestamp" : "0xbe3402f8",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001619",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024bd",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001495",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b8",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001493",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b4",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600148e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b2",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600148d",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024b0",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001488",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024ae",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001463",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024ac",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600145c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024a6",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001444",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x60024a0",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001437",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600249e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004627",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001428",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600249a",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600141f",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6002498",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x600461c",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600141e",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x6001435",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60022aa",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0x159ac38bd1",
-"offset_rich_hash" : "0x159ac38f7d",
-"crashed" : false,
-"native_thread_id" : "0x700008c38000",
-"thread_info_addr" : "0x7fbd1beeee00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700008c36708",
-"BP" : "0x700008c367b0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x60000c2",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x000c8"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000135",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x0006d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x60000b9",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00068"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x0002a"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000c"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004cf3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0006a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60048d7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000060",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00015"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x60001f6",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00023"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000220",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ff9",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00007"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ff7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00021"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001fdf",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00074"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ff4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c619",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000135",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x60000b9",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3d8c9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdd69ed",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bde97b7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6004cf3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60048d7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x60001f6",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "AB36E2E4-2911-4BA7-BB91-A983AA89906A",
-"token" : "0x6000220",
-"native_offset" : "0x0",
-"filename" : "MonoDevelop.MSBuildBuilder.exe",
-"sizeofimage" : "0x1c000",
-"timestamp" : "0xce37ae1a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ff9",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ff4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be367b2",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be626e8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd97368",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700005b2a000",
-"thread_info_addr" : "0x7fbd1af1b000",
-"thread_name" : "tid_5987",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700005b29d58",
-"BP" : "0x700005b29e00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf741f5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e04",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf113dd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd97062",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700006133000",
-"thread_info_addr" : "0x7fbd1beea000",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700006132e98",
-"BP" : "0x700006132f00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0xa997c869c",
-"offset_rich_hash" : "0xa997c893a",
-"crashed" : false,
-"native_thread_id" : "0x700007617000",
-"thread_info_addr" : "0x7fbd19c36800",
-"thread_name" : "RequestBuilder thread",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700007616408",
-"BP" : "0x7000076164b0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001f00",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001e50",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0001d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001e4f",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x000d9"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6003c49",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00067"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6004342",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0004d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600248c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0002e"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x30fb6669db9b006a",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bea2b2c",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf09c1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6003c49",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6004342",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600248c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000673c000",
-"thread_info_addr" : "0x7fbd1bf16a00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x70000673be98",
-"BP" : "0x70000673bf00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0xd5b192a1b",
-"offset_rich_hash" : "0xd5b192c03",
-"crashed" : false,
-"native_thread_id" : "0x700007c20000",
-"thread_info_addr" : "0x7fbd1ac90600",
-"thread_name" : "tid_6807",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700007c1ef48",
-"BP" : "0x700007c1eff0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "FE07070D-575E-40FD-9EF6-807FA5848A8E",
-"token" : "0x6000f88",
-"native_offset" : "0x0",
-"filename" : "Microsoft.VisualStudio.Telemetry.dll",
-"sizeofimage" : "0xde000",
-"timestamp" : "0xfe3b09c5",
-"il_offset" : "0x00024"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0000f"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a4",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6002410",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00034"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0004a"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10beb3fcc",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e04",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c619",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5920d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf22d8",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a8",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a7",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x60023a6",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700006d45000",
-"thread_info_addr" : "0x7fbd19fd7200",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700006d44e98",
-"BP" : "0x700006d44f00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700008229000",
-"thread_info_addr" : "0x7fbd1b11a200",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700008228e98",
-"BP" : "0x700008228f00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x70000734e000",
-"thread_info_addr" : "0x7fbd1b9cde00",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x70000734de98",
-"BP" : "0x70000734df00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : true,
-"offset_free_hash" : "0xa997c869c",
-"offset_rich_hash" : "0xa997c893a",
-"crashed" : false,
-"native_thread_id" : "0x700008832000",
-"thread_info_addr" : "0x7fbd1b375a00",
-"thread_name" : "RequestBuilder thread",
-"ctx" : {
-"IP" : "0x7ff80cada3da",
-"SP" : "0x700008831408",
-"BP" : "0x7000088314b0"
-},
-"managed_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001f00",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001e50",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0001d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001e4f",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x000d9"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6003c49",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00067"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6004342",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x0004d"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600248c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x0002e"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed3",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00071"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed0",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002b"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x0002a"
-}
-
-],
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bf05e20",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c4d9",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be6c3a1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bea2b2c",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bdf09c1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6003c49",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "5964C1F3-3A6B-4E45-985E-4259425270A7",
-"token" : "0x6004342",
-"native_offset" : "0x0",
-"filename" : "System.dll",
-"sizeofimage" : "0x290000",
-"timestamp" : "0x85731fb9",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "6F1AC64B-3624-4345-9AE7-E79676B4C67F",
-"token" : "0x600248c",
-"native_offset" : "0x0",
-"filename" : "Microsoft.Build.dll",
-"sizeofimage" : "0x202000",
-"timestamp" : "0xac7b724b",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "(null)",
-"token" : "0x00000",
-"native_offset" : "0x0",
-"filename" : "(null)",
-"sizeofimage" : "0x0",
-"timestamp" : "0x0",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "true",
-"guid" : "B27839CC-2DBA-4804-BAAC-F2F5CCE6DE32",
-"token" : "0x6001ed1",
-"native_offset" : "0x0",
-"filename" : "mscorlib.dll",
-"sizeofimage" : "0x472000",
-"timestamp" : "0xe057582a",
-"il_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bc25332",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be34dd7",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be3b6d0",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc5d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-},
-{
-"is_managed" : false,
-"offset_free_hash" : "0x0",
-"offset_rich_hash" : "0x0",
-"crashed" : false,
-"native_thread_id" : "0x700008e3b000",
-"thread_info_addr" : "0x7fbd1b095800",
-"thread_name" : "Thread Pool Worker",
-"ctx" : {
-"IP" : "0x7ff80cad79be",
-"SP" : "0x700008e3ae98",
-"BP" : "0x700008e3af00"
-},
-"unmanaged_frames" : [
-{
-"is_managed" : "false",
-"native_address" : "0x10bcc3756",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5efd5",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5ed07",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10bd2f840",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb29dfd",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "unregistered"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x10be5fc1d",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb144e1",
-"native_offset" : "0x00000"
-}
-,
-{
-"is_managed" : "false",
-"native_address" : "0x7ff80cb0ff6b",
-"native_offset" : "0x00000"
-}
-
-]
-}
-]
-}
\ No newline at end of file
diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index a6a7280..9a9db3d 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -268,19 +268,19 @@
         public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
         {
             #region 寮傚父鎹曡幏 2023-07-27 17:37:04
-            AppDomain.CurrentDomain.UnhandledException += (sender, e) => {
-                if(e.ExceptionObject is Exception exception)
-                {
-                    MainPage.Log("error", "鏈鐞嗙殑寮傚父锛�" + exception.Message + "StackTrace: " + exception.StackTrace);
-                }
-            };
+            //AppDomain.CurrentDomain.UnhandledException += (sender, e) => {
+            //    if(e.ExceptionObject is Exception exception)
+            //    {
+            //        MainPage.Log("error", "鏈鐞嗙殑寮傚父锛�" + exception.Message + "StackTrace: " + exception.StackTrace);
+            //    }
+            //};
 
-            TaskScheduler.UnobservedTaskException += (sender, e) => {
-                if (e.Exception is Exception exception)
-                {
-                    MainPage.Log("error", "鏈鐞嗙殑寮傚父锛�" + exception.Message + "StackTrace: " + exception.StackTrace);
-                }
-            };
+            //TaskScheduler.UnobservedTaskException += (sender, e) => {
+            //    if (e.Exception is Exception exception)
+            //    {
+            //        MainPage.Log("error", "鏈鐞嗙殑寮傚父锛�" + exception.Message + "StackTrace: " + exception.StackTrace);
+            //    }
+            //};
             #endregion
 
 
diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index d2f1aae..c5970dc 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -1851,6 +1851,8 @@
       <BundleResource Include="Resources\Phone\Public\RightIcon2.png" />
       <BundleResource Include="Resources\Phone\FunctionIcon\ArmSensor\Power80pIcon.png" />
       <BundleResource Include="Resources\BEBAS.ttf" />
+      <BundleResource Include="Resources\Phone\FunctionIcon\Acst\Inverter\PvBgDischargeBg.png" />
+      <BundleResource Include="Resources\Phone\FunctionIcon\Acst\Inverter\PvBgRunBg.png" />
     </ItemGroup>
     <ItemGroup>
       <ITunesArtwork Include="iTunesArtwork" />
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
index b00cac3..1d04f49 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischarge.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png
new file mode 100644
index 0000000..a6f3979
--- /dev/null
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgDischargeBg.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
index 4fe6422..4c0eac1 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRun.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png
new file mode 100644
index 0000000..cca70f7
--- /dev/null
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/Inverter/PvBgRunBg.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/CollectionIcon.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
index 3fba8ae..221c177 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/TopViewBg.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/TopViewBg.png
index f08940f..726fe18 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/TopViewBg.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/blue/TopViewBg.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/grey/CollectionIcon.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
index ecc088b..5e7e27a 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/grey/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/CollectionIcon.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
index 870e691..9112db9 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/TopViewBg.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/TopViewBg.png
index 9bc0612..0a446c7 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/TopViewBg.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/orange/TopViewBg.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/CollectionIcon.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
index 6de3e23..536509d 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/CollectionIcon.png
Binary files differ
diff --git a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/TopViewBg.png b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/TopViewBg.png
index fe3ccbb..3d994eb 100644
--- a/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/TopViewBg.png
+++ b/HDL-ON_iOS/Resources/Phone/FunctionIcon/Acst/purple/TopViewBg.png
Binary files differ
diff --git a/HDL_ON/DAL/DriverLayer/Control_TcpClient.cs b/HDL_ON/DAL/DriverLayer/Control_TcpClient.cs
index 84e305b..8d71a57 100644
--- a/HDL_ON/DAL/DriverLayer/Control_TcpClient.cs
+++ b/HDL_ON/DAL/DriverLayer/Control_TcpClient.cs
@@ -130,7 +130,6 @@
         /// </summary>
         public void Connect()
         {
-            return;
             lock (lockObj)
             {
                 if (isConnected)
@@ -153,7 +152,6 @@
                                 {
                                     try
                                     {
-                                        //_tcpClient.ReceiveTimeout = 
                                         _tcpClient.Connect(IPAddress.Parse(_ip), 8586);
                                         ReceiveMessage();//寮�鍚嚎绋嬶紝涓嶅仠鎺ユ敹娑堟伅
                                         isConnected = true;
@@ -165,8 +163,6 @@
                                 }
                             }
                             Thread.Sleep(1000);
-
-
                         }
                     });
                     connectThread.Start();
@@ -225,10 +221,6 @@
         /// <param name="bytes">闇�瑕佸彂閫佺殑瀛楄妭</param>
         public void SendMessage(byte[] bytes)
         {
-            return;
-#if __IOS__
-           
-#endif
             if (heartBeatLogIdList.Count > 3)
             {
                 try
@@ -271,7 +263,6 @@
         private DateTime heartBeatTime;
         public void HeartBeat()
         {
-            return;
             lock (lockObj)
             {
                 if (heartBeatThread == null)
@@ -373,12 +364,10 @@
                                     }
                                     var tcpDataString = System.Text.Encoding.UTF8.GetString(arrMsgRec, 0, arrMsgRec.Length);
 
-
                                     if (!string.IsNullOrEmpty(tcpDataString))
                                     {
                                         MainPage.Log($"灞�鍩熺綉tcp鏁版嵁鎺ユ敹");
                                         Control.Ins.ConvertReceiveData(arrMsgRec, null);
-
                                     }
                                 }
                                 catch (Exception) { }
@@ -388,7 +377,6 @@
                             MainPage.Log($"tcp ReceiveMessage error :{ex.Message}");
                         }
                     });
-                    //receiveThread.IsBackground = true;
                     receiveThread.Start();
                 }
                 else
diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index 54c5be1..17c5594 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -313,7 +313,6 @@
                     //etAccount.Text = "13414984501";//鍚存檽鑱�
                     //etAccount.Text = "13682244600";
                     //etAccount.Text = "pjh@hdlchina.com.cn";
-                    //etAccount.Text = "13580507523";//Test
                     //etAccount.Text = "18475593023";//Online
                     //etAccount.Text = "13960905167";
                     //etAccount.Text = "iot-en-public@hdlchina.com.cn";
@@ -321,6 +320,7 @@
                     //etAccount.Text = "support7@hdlautomation.com";
                     //etAccount.Text = "13106800613";
                     etAccount.Text = "15313316909";
+                    //etAccount.Text = "13580507523";//Test
                 }
                 else
                 {
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/AcstParentPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/AcstParentPage.cs
index 61c562f..9684781 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/AcstParentPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/AcstParentPage.cs
@@ -123,7 +123,7 @@
             //this.AddChidren(new Button() { Height = Application.GetRealHeight(50), BackgroundColor = curColor });
             contentView = new VerticalScrolViewLayoutJinmao()
             {
-                Height = Application.GetRealHeight(667 - 56),
+                Height = Application.GetRealHeight(667 - 56 -10),
                 VerticalScrollBarEnabled = false,
             };
             basePage.AddChidren(contentView);
@@ -282,16 +282,16 @@
             #region 澶撮儴淇℃伅鍖哄煙
             FrameLayout topView = new FrameLayout()
             {
-                Height = Application.GetRealHeight(180),
+                Height = Application.GetRealWidth(203),
                 BackgroundImagePath = $"FunctionIcon/Acst/{imageFolder}/TopViewBg.png",
             };
             contentView.AddChidren(topView);
 
             var backView = new FrameLayout()
             {
-                Y = Application.GetRealHeight(32),
+                Y = Application.GetRealWidth(56),
                 Width = Application.GetRealWidth(100),
-                Height = Application.GetRealHeight(34),
+                Height = Application.GetRealWidth(34),
             };
             topView.AddChidren(backView);
 
@@ -299,7 +299,7 @@
             {
                 X = Application.GetRealWidth(16),
                 Width = Application.GetRealWidth(12),
-                Height = Application.GetRealHeight(20),
+                Height = Application.GetRealWidth(20),
                 UnSelectedImagePath = "FunctionIcon/Acst/BackIcon.png",
             };
             backView.AddChidren(btnBackIcon);
@@ -314,26 +314,25 @@
 
             var btnHelloText = new Button()
             {
-                X = Application.GetRealWidth(25),
-                Y = Application.GetRealHeight(55),
+                X = Application.GetRealWidth(26),
+                Y = Application.GetRealWidth(87),
                 Width = Application.GetRealWidth(200),
-                Height = Application.GetRealHeight(38),
-                TextSize = 20,
+                Height = Application.GetRealWidth(24),
+                TextSize = 17,
                 Text = helloText,
                 TextColor = 0xFFFFFFFF,
                 TextAlignment = TextAlignment.CenterLeft,
             };
             topView.AddChidren(btnHelloText);
 
-
             btnOutdoorTemp = new Button()
             {
-                X = Application.GetRealWidth(25),
-                Y = Application.GetRealHeight(90),
+                X = Application.GetRealWidth(26),
+                Y = Application.GetRealWidth(108),
                 Width = Application.GetRealWidth(85),
-                Height = Application.GetRealHeight(66),
+                Height = Application.GetRealWidth(66),
                 TextColor = 0xFFFFFFFF,
-                TextSize = 50,
+                TextSize = 44,
                 TextAlignment = TextAlignment.TopLeft,
                 Text = MainPage.cityInfo.temperature + "掳"
             };
@@ -341,22 +340,21 @@
 
             btnWeather = new Button()
             {
-                X = btnOutdoorTemp.Right,
-                Y = Application.GetRealHeight(95),
+                X = Application.GetRealWidth(105),
+                Y = Application.GetRealWidth(118),
                 Width = Application.GetRealWidth(80),
-                Height = Application.GetRealHeight(26),
+                Height = Application.GetRealWidth(18),
                 Text = MainPage.cityInfo.weather,
                 TextColor = 0xFFFFFFFF,
-                TextSize = 14,
+                TextSize = 12,
                 TextAlignment = TextAlignment.CenterLeft,
             };
             topView.AddChidren(btnWeather);
 
-
             var environmentalView = new FrameLayout()
             {
-                Y = Application.GetRealHeight(150),
-                Height = Application.GetRealHeight(32),
+                Y = Application.GetRealWidth(168),
+                Height = Application.GetRealWidth(32),
             };
             topView.AddChidren(environmentalView);
 
@@ -364,8 +362,8 @@
             {
                 X = Application.GetRealWidth(25),
                 Gravity = Gravity.CenterVertical,
-                Width = Application.GetMinRealAverage(16),
-                Height = Application.GetMinRealAverage(16),
+                Width = Application.GetMinRealAverage(14),
+                Height = Application.GetMinRealAverage(14),
                 UnSelectedImagePath = "Public/DeviceInfoIcon/HumidityIcon.png",
             };
             environmentalView.AddChidren(btnHumidityIcon);
@@ -375,7 +373,7 @@
                 X = btnHumidityIcon.Right + Application.GetRealWidth(4),
                 Gravity = Gravity.CenterVertical,
                 TextColor = 0xFFFFFFFF,
-                TextSize = 16,
+                TextSize = 13,
                 Text = MainPage.cityInfo.humidity + "%",
                 TextAlignment = TextAlignment.CenterLeft,
             };
@@ -386,8 +384,8 @@
             {
                 X = btnHumidityValues.Right + Application.GetRealWidth(14),
                 Gravity = Gravity.CenterVertical,
-                Width = Application.GetMinRealAverage(16),
-                Height = Application.GetMinRealAverage(16),
+                Width = Application.GetMinRealAverage(14),
+                Height = Application.GetMinRealAverage(14),
                 UnSelectedImagePath = "Public/DeviceInfoIcon/Pm25Icon.png",
             };
             environmentalView.AddChidren(btnPm25Icon);
@@ -397,7 +395,7 @@
                 X = btnPm25Icon.Right + Application.GetRealWidth(4),
                 Gravity = Gravity.CenterVertical,
                 TextColor = 0xFFFFFFFF,
-                TextSize = 16,
+                TextSize = 13,
                 Text = MainPage.cityInfo.pm25,
                 TextAlignment = TextAlignment.CenterLeft,
             };
@@ -409,7 +407,7 @@
 
             contentView.AddChidren(new Button
             {
-                Height = Application.GetRealHeight(8),
+                Height = Application.GetRealWidth(8),
             });
 
             #region 鏁版嵁
@@ -598,16 +596,16 @@
 
             var subTitleView = new FrameLayout()
             {
-                Height = Application.GetRealHeight(54 - 11),
+                Height = Application.GetRealWidth(56),
             };
             contentView.AddChidren(subTitleView);
 
             var btnCollection = new Button()
             {
-                X = Application.GetRealWidth(6),
-                Y = Application.GetRealHeight(10),
-                Width = Application.GetRealWidth(39),
-                Height = Application.GetRealWidth(39),
+                X = Application.GetRealWidth(16),
+                Gravity = Gravity.CenterVertical,
+                Width = Application.GetRealWidth(19),
+                Height = Application.GetRealWidth(19),
                 IsSelected = function.collect,
                 UnSelectedImagePath = "FunctionIcon/Acst/grey/CollectionIcon.png",
                 SelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/CollectionIcon.png",
@@ -618,22 +616,19 @@
             {
                 function.collect = !function.collect;
                 btnCollection.IsSelected = function.collect;
-
-                //var http = new DAL.Server.HttpServerRequest();
-                //http.CollectDevice(function.deviceId);
                 function.CollectFunction();
-
             };
 
             var btnTitleText2 = new Button()
             {
-                X = btnCollection.Right,
+                X = btnCollection.Right + Application.GetRealWidth(6),
                 TextID = StringId.MyHome,
                 TextSize = 16,
                 TextColor = 0xFF242424,
                 TextAlignment = TextAlignment.CenterLeft,
                 IsBold = true,
-                Height = Application.GetRealHeight(54),
+                Height = Application.GetRealWidth(38),
+                Gravity = Gravity.CenterVertical,
             };
             subTitleView.AddChidren(btnTitleText2);
 
@@ -641,19 +636,15 @@
 
             var subFunctionListView = new HorizontalScrolViewLayout()
             {
-                Height = Application.GetRealHeight(88),
+                Height = Application.GetRealWidth(72),
             };
             contentView.AddChidren(subFunctionListView);
+            contentView.AddChidren(new Button { Height = Application.GetRealWidth(16) });
 
-
-            subFunctionListView.AddChidren(new Button { Width = Application.GetRealWidth(9) });
             new System.Threading.Thread(() =>
             {
                 try
                 {
-#if DEBUG
-                    System.Threading.Thread.Sleep(200);
-#endif
                     var showList = FunctionList.List.GetAcstSubList();
                     showList.AddRange(FunctionList.List.GetWaterHeaterJinmaoList());
                     foreach (var sub in showList)
@@ -669,15 +660,18 @@
                             {
                                 subFunctionListView = new HorizontalScrolViewLayout()
                                 {
-                                    Height = Application.GetRealHeight(93),
+                                    Height = Application.GetRealWidth(72),
                                     ScrollEnabled = false,
                                 };
                                 contentView.AddChidren(subFunctionListView);
-                                subFunctionListView.AddChidren(new Button { Width = Application.GetRealWidth(9) });
+                                contentView.AddChidren(new Button { Height = Application.GetRealWidth(16) });
                             }
+
+                            subFunctionListView.AddChidren(new Button { Width = Application.GetRealWidth(16) });
 
                             AcstSubControlView subFunctionView = new AcstSubControlView(sub, subFunctionListView, imageFolder);
                             subViewList.Add(sub.sid, subFunctionView);
+
                             if (basePage != null)
                             {
                                 new System.Threading.Thread(() =>
@@ -700,6 +694,7 @@
             }).Start();
             #endregion
 
+
             #region 搴曢儴鎺у埗鏍�
             var bottomView = new FrameLayout()
             {
@@ -715,7 +710,7 @@
             btnModeControl = new Button()
             {
                 X = Application.GetRealWidth(89),
-                Gravity = Gravity.CenterVertical,
+                Y = Application.GetRealWidth(16),
                 Width = Application.GetRealWidth(38),
                 Height = Application.GetRealWidth(38),
                 UnSelectedImagePath = "FunctionIcon/Acst/grey/ModeCoolIcon2.png",
@@ -984,7 +979,8 @@
 
             btnPowerControl = new Button()
             {
-                Gravity = Gravity.Center,
+                Gravity = Gravity.CenterHorizontal,
+                Y = Application.GetRealWidth(16),
                 Width = Application.GetRealWidth(38),
                 Height = Application.GetRealWidth(38),
                 UnSelectedImagePath = "FunctionIcon/Acst/grey/PowerOffIcon.png",
@@ -1013,7 +1009,7 @@
 
             btnWorkSceneControl = new Button()
             {
-                Gravity = Gravity.CenterVertical,
+                Y = Application.GetRealWidth(16),
                 X = Application.GetRealWidth(249),
                 Width = Application.GetRealWidth(38),
                 Height = Application.GetRealWidth(38),
@@ -1286,31 +1282,34 @@
 
             var subFunctionView = new FrameLayout()
             {
-                Width = Application.GetRealWidth(177),
-                Height = Application.GetRealHeight(93),
-                BackgroundImagePath = "FunctionIcon/Acst/grey/BgSubControlView.png",
+                Width = Application.GetRealWidth(163),
+                Height = Application.GetRealWidth(72),
+                Radius = (uint)Application.GetRealWidth(6),
+                BorderColor = 0x00FFFFFF,
+                BorderWidth = (uint)Application.GetRealWidth(1),
+                BackgroundColor = CSS.CSS_Color.MainBackgroundColor,
+                //BackgroundImagePath = "FunctionIcon/Acst/grey/BgSubControlView.png",
             };
             subFunctionListView.AddChidren(subFunctionView);
 
             var btnRoomInfo = new Button()
             {
-                X = Application.GetRealWidth(18 + 7),
-                Y = Application.GetRealHeight(11),
+                X = Application.GetRealWidth(16),
                 Width = Application.GetRealWidth(120),
-                Height = Application.GetRealHeight(40),
+                Height = Application.GetRealWidth(44),
                 TextAlignment = TextAlignment.CenterLeft,
                 TextColor = 0xFF1b3053,
-                TextSize = 13,
+                TextSize = 14,
                 Text = sub.name,
             };
             subFunctionView.AddChidren(btnRoomInfo);
 
             var btnSubTempIcon = new Button()
             {
-                X = Application.GetRealWidth(16 + 7),
-                Y = Application.GetRealHeight(47 + 11),
-                Width = Application.GetMinRealAverage(11),
-                Height = Application.GetMinRealAverage(11),
+                X = Application.GetRealWidth(13),
+                Y = Application.GetRealWidth(48),
+                Width = Application.GetRealWidth(12),
+                Height = Application.GetRealWidth(12),
                 UnSelectedImagePath = "FunctionIcon/CAC/HvacCacTempIcon.png",
             };
             subFunctionView.AddChidren(btnSubTempIcon);
@@ -1318,21 +1317,21 @@
             btnSubTempValues = new TextButton()
             {
                 X = btnSubTempIcon.Right,
-                Y = Application.GetRealHeight(45 + 11),
-                Height = Application.GetRealHeight(14),
+                Y = Application.GetRealWidth(46),
+                Height = Application.GetRealWidth(15),
                 Width = Application.GetRealWidth(35),
                 TextColor = 0xFF1b3035,
-                TextSize = 10,
+                TextSize = 11,
                 TextAlignment = TextAlignment.CenterLeft,
             };
             subFunctionView.AddChidren(btnSubTempValues);
 
             btnSubPower = new Button()
             {
-                X = Application.GetRealWidth(121 + 7),
+                X = Application.GetRealWidth(120),
                 Gravity = Gravity.CenterVertical,
-                Width = Application.GetRealWidth(28),
-                Height = Application.GetRealWidth(28),
+                Width = Application.GetRealWidth(29),
+                Height = Application.GetRealWidth(29),
                 UnSelectedImagePath = "FunctionIcon/Acst/grey/PowerOffIcon.png",
                 SelectedImagePath = $"FunctionIcon/Acst/{imageFolder}/PowerIcon.png",
                 TextAlignment = TextAlignment.Center,
@@ -1353,9 +1352,9 @@
                 Button btnSubHumidityIcon = new Button()
                 {
                     X = btnSubTempValues.Right + Application.GetRealWidth(5),
-                    Y = Application.GetRealHeight(47 + 11),
-                    Width = Application.GetMinRealAverage(11),
-                    Height = Application.GetMinRealAverage(11),
+                    Y = Application.GetRealWidth(48),
+                    Width = Application.GetRealWidth(12),
+                    Height = Application.GetRealWidth(12),
                     UnSelectedImagePath = "FunctionIcon/CAC/HvacCacHumidityIcon.png",
                 };
                 subFunctionView.AddChidren(btnSubHumidityIcon);
@@ -1363,8 +1362,8 @@
                 btnSubHumidityValues = new TextButton()
                 {
                     X = btnSubHumidityIcon.Right,
-                    Y = Application.GetRealHeight(45 + 11),
-                    Height = Application.GetRealHeight(14),
+                    Y = Application.GetRealWidth(46),
+                    Height = Application.GetRealWidth(15),
                     Width = Application.GetRealWidth(35),
                     TextColor = 0xFF1b3053,
                     TextSize = 10,
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs
index 504de37..8075cb0 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs
@@ -63,10 +63,15 @@
 
             var contentView = new VerticalScrolViewLayout()
             {
-                Y = Application.GetRealHeight(74 + 16),
+                Y = Application.GetRealHeight(74),
                 Height = Application.GetRealHeight(Application.DesignHeight - 74),
             };
             bodyView.AddChidren(contentView);
+
+            contentView.AddChidren(new Button()
+            {
+                Height = Application.GetRealWidth(16)
+            });
 
             #region 鍙戠數閲�
             infoView1 = new FrameLayout()
@@ -133,6 +138,9 @@
             };
             infoView1_DateView.AddChidren(infoView1_Date_Month);
 
+#if __IOS__
+            infoView1_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2) });
+#endif
 
             infoView1_Date_Year = new Button()
             {
@@ -337,8 +345,9 @@
                 IsSelected = false,
             };
             infoView2_DateView.AddChidren(infoView2_Date_Month);
-
-
+#if __IOS__
+            infoView2_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2)});
+#endif
             infoView2_Date_Year = new Button()
             {
                 Width = Application.GetRealWidth(103),
@@ -471,7 +480,6 @@
 
 
             #endregion
-
 
             contentView.AddChidren(new Button()
             {
@@ -985,7 +993,7 @@
                 Radius = (uint)Application.GetRealWidth(12),
             };
             optionBaseView.AddChidren(topView);
-            topView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
+            optionBaseView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
 
             var btnCancel = new Button()
             {
@@ -1000,7 +1008,7 @@
 
             var btnConfrim = new Button()
             {
-                X = Application.GetRealWidth(160),
+                X = Application.GetRealWidth(163),
                 Width = Application.GetRealWidth(160),
                 TextAlignment = TextAlignment.CenterRight,
                 TextColor = CSS_Color.MainColor,
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
index c3d9e0b..539b572 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
@@ -120,6 +120,12 @@
         /// </summary>
         Button socialContribution_Info3_ValuesButton;
 
+#if __ANDROID__
+        private string fontName = "BEBAS.ttf";
+#else
+        private string fontName = "BEBAS";
+#endif
+
 
         public InverterJinmaoPage()
         {
@@ -202,7 +208,7 @@
                 TextColor = CSS_Color.MainBackgroundColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             electricityGenerationView.AddChidren(pvGenerate_TodayValuesButton);
 
@@ -216,7 +222,7 @@
 #endif
             pvGenerate_todayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(43),
+                Y = Application.GetRealWidth(44),
                 Height = Application.GetRealWidth(17),
                 Text = "kwh",
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -235,7 +241,6 @@
                 TextColor = CSS_Color.MainBackgroundColor,
                 TextSize = 12,
                 TextAlignment = TextAlignment.CenterLeft,
-                //IsBold = true,
             };
             electricityGenerationView.AddChidren(pvGenerate_TotalValuesButton);
 
@@ -279,7 +284,7 @@
 
             loadEle_TodayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(43),
+                Y = Application.GetRealWidth(45),
                 Height = Application.GetRealWidth(17),
                 Text = "kwh",
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -296,7 +301,7 @@
 
             pvLoad_TodayValuesButton = new Button()
             {
-                X = Application.GetRealWidth(81 - 12) - loadEle_TodayUintButton.Width,
+                X = Application.GetRealWidth(81 - 8) - loadEle_TodayUintButton.Width,
                 Y = Application.GetRealWidth(34),
                 Height = Application.GetRealWidth(53),
                 Width = Application.GetRealWidth(100),
@@ -305,11 +310,11 @@
                 TextSize = 18,
                 TextAlignment = TextAlignment.TopRight,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
 #if __IOS__
             pvLoad_TodayValuesButton.Y = Application.GetRealWidth(34);
-            pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 12) - loadEle_TodayUintButton.Width;
+            pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 8) - loadEle_TodayUintButton.Width;
 #else
             pvLoad_TodayValuesButton.Y = Application.GetRealWidth(37);
             pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 16) - loadEle_TodayUintButton.Width;
@@ -411,6 +416,7 @@
                 Y = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(151),
                 Height = Application.GetRealWidth(151),
+                BackgroundImagePath = "FunctionIcon/Acst/Inverter/PvBgRunBg.png"
             };
             pvEleGenerationInfoView.AddChidren(powerGenerationView);
 
@@ -465,7 +471,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 24,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             powerGenerationView.AddChidren(pvPower_ValuesButton);
 
@@ -495,7 +501,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             pvEleGenerationInfoView.AddChidren(pvGeneration_TodayValuesButton);
 
@@ -525,7 +531,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             pvEleGenerationInfoView.AddChidren(pvGeneration_MonthValuesButton);
 
@@ -555,7 +561,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             pvEleGenerationInfoView.AddChidren(pvGeneration_YearValuesButton);
 
@@ -646,6 +652,7 @@
                 Y = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(151),
                 Height = Application.GetRealWidth(151),
+                BackgroundImagePath = "FunctionIcon/Acst/Inverter/PvBgDischargeBg.png"
             };
             electricityUsageStatusView.AddChidren(powerUsageView);
 
@@ -696,7 +703,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 24,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             powerUsageView.AddChidren(loadElec_ValuesButton);
 
@@ -725,7 +732,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             electricityUsageStatusView.AddChidren(powerUsage_TodayValuesButton);
 
@@ -753,7 +760,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             electricityUsageStatusView.AddChidren(loadElec_MonthValuesButton);
 
@@ -782,7 +789,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextSize = 18,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             electricityUsageStatusView.AddChidren(powerUsage_YearValuesButton);
 
@@ -821,7 +828,10 @@
                             Application.RunOnMainThread(() =>
                             {
                                 powerUsage_YearValuesButton.Text = totalValues.ToString();
-                                powerUsage_YearValuesButton.TextSize=12;
+                                if (powerUsage_YearValuesButton.Width < powerUsage_YearValuesButton.GetTextWidth())
+                                {
+                                    powerUsage_YearValuesButton.TextSize = 12;
+                                }
                                 //while (true)
                                 //{
                                 //    if (powerUsage_YearValuesButton.Width < powerUsage_YearValuesButton.GetTextWidth())
@@ -972,7 +982,7 @@
                     TextColor = CSS_Color.FirstLevelTitleColor,
                     TextSize = 24,
                     IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
                 };
                 esRunStatus_ChargeValuesView.AddChidren(esRunStatus_ChargeValuesButton);
 
@@ -1007,7 +1017,7 @@
                     TextColor = CSS_Color.FirstLevelTitleColor,
                     TextSize = 24,
                     IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
                 };
                 esRunStatus_DischargeValuesView.AddChidren(esRunStatus_DischargeValuesButton);
 
@@ -1076,37 +1086,41 @@
             };
             socialContribution_InfoView_1.AddChidren(socialContribution_Info1_IconButton);
 
+            var socialContribution_Info1_ValuesView = new FrameLayout()
+            {
+                Y = Application.GetRealWidth(68),
+                Height = Application.GetRealWidth(25),
+            };
+            socialContribution_InfoView_1.AddChidren(socialContribution_Info1_ValuesView);
+
             socialContribution_Info1_ValuesButton = new Button()
             {
                 X = Application.GetRealWidth(12),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(36),
-                Height = Application.GetRealWidth(25),
+                //Height = Application.GetRealWidth(25),
                 Text = function.GetAttrState(InverterJinmao_AttrEnum.coal.ToString()),
                 TextSize = 18,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             socialContribution_Info1_ValuesButton.Width = socialContribution_Info1_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-            socialContribution_InfoView_1.AddChidren(socialContribution_Info1_ValuesButton);
+            socialContribution_Info1_ValuesView.AddChidren(socialContribution_Info1_ValuesButton);
 
             socialContribution_Info1_UintButton = new Button()
             {
                 X = socialContribution_Info1_ValuesButton.Right - Application.GetRealWidth(4),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(50),
-                Height = Application.GetRealWidth(23),
+                //Height = Application.GetRealWidth(23),
                 Text = "鍚�",
                 TextSize = 12,
-                TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
+                TextColor = CSS_Color.FirstLevelTitleColor,
             };
-#if __IOS__
-            socialContribution_Info1_UintButton.Y = Application.GetRealWidth(66);
-#endif
-            socialContribution_InfoView_1.AddChidren(socialContribution_Info1_UintButton);
+            socialContribution_Info1_ValuesView.AddChidren(socialContribution_Info1_UintButton);
 
             var socialContribution_Info1_TipButton = new Button()
             {
@@ -1146,10 +1160,17 @@
             };
             socialContribution_InfoView_2.AddChidren(socialContribution_Info2_IconButton);
 
+            var socialContribution_Info2_ValuesView = new FrameLayout()
+            {
+                Y = Application.GetRealWidth(68),
+                Height = Application.GetRealWidth(25),
+            };
+            socialContribution_InfoView_2.AddChidren(socialContribution_Info2_ValuesView);
+
             socialContribution_Info2_ValuesButton = new Button()
             {
                 X = Application.GetRealWidth(12),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(36),
                 Height = Application.GetRealWidth(25),
                 Text = function.GetAttrState(InverterJinmao_AttrEnum.co2.ToString()),
@@ -1157,26 +1178,23 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             socialContribution_Info2_ValuesButton.Width = socialContribution_Info2_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-            socialContribution_InfoView_2.AddChidren(socialContribution_Info2_ValuesButton);
+            socialContribution_Info2_ValuesView.AddChidren(socialContribution_Info2_ValuesButton);
 
             socialContribution_Info2_UintButton = new Button()
             {
                 X = socialContribution_Info2_ValuesButton.Right - Application.GetRealWidth(4),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(50),
-                Height = Application.GetRealWidth(23),
+                //Height = Application.GetRealWidth(23),
                 Text = "鍚�",
                 TextSize = 12,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
             };
-#if __IOS__
-            socialContribution_Info2_UintButton.Y = Application.GetRealWidth(66);
-#endif
-            socialContribution_InfoView_2.AddChidren(socialContribution_Info2_UintButton);
+            socialContribution_Info2_ValuesView.AddChidren(socialContribution_Info2_UintButton);
 
             var socialContribution_Info2_TipButton = new Button()
             {
@@ -1216,37 +1234,41 @@
             };
             socialContribution_InfoView_3.AddChidren(socialContribution_Info3_IconButton);
 
+            var socialContribution_Info3_ValuesView = new FrameLayout()
+            {
+                Y = Application.GetRealWidth(68),
+                Height = Application.GetRealWidth(25),
+            };
+            socialContribution_InfoView_3.AddChidren(socialContribution_Info3_ValuesView);
+
             socialContribution_Info3_ValuesButton = new Button()
             {
                 X = Application.GetRealWidth(12),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(36),
-                Height = Application.GetRealWidth(25),
+                //Height = Application.GetRealWidth(25),
                 Text = function.GetAttrState(InverterJinmao_AttrEnum.trees.ToString()),
                 TextSize = 18,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
                 IsBold = true,
-                FontName = "BEBAS",
+                FontName = fontName,
             };
             socialContribution_Info3_ValuesButton.Width = socialContribution_Info3_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-            socialContribution_InfoView_3.AddChidren(socialContribution_Info3_ValuesButton);
+            socialContribution_Info3_ValuesView.AddChidren(socialContribution_Info3_ValuesButton);
 
             socialContribution_Info3_UintButton = new Button()
             {
                 X = socialContribution_Info3_ValuesButton.Right - Application.GetRealWidth(4),
-                Y = Application.GetRealWidth(68),
+                //Y = Application.GetRealWidth(68),
                 Width = Application.GetRealWidth(50),
-                Height = Application.GetRealWidth(23),
+                //Height = Application.GetRealWidth(23),
                 Text = "妫�",
                 TextSize = 12,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.BottomLeft,
             };
-            #if __IOS__
-            socialContribution_Info3_UintButton.Y = Application.GetRealWidth(66);
-            #endif
-            socialContribution_InfoView_3.AddChidren(socialContribution_Info3_UintButton);
+            socialContribution_Info3_ValuesView.AddChidren(socialContribution_Info3_UintButton);
 
             var socialContribution_Info3_TipButton = new Button()
             {
@@ -1359,7 +1381,7 @@
 
 #if __IOS__
             pvLoad_TodayValuesButton.Y = Application.GetRealWidth(34);
-            pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 12) - loadEle_TodayUintButton.Width;
+            pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 8) - loadEle_TodayUintButton.Width;
 #else
             pvLoad_TodayValuesButton.Y = Application.GetRealWidth(37);
             pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 16) - loadEle_TodayUintButton.Width;
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/WaterHeaterJinmaoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/WaterHeaterJinmaoPage.cs
index 306332d..dc0e436 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/WaterHeaterJinmaoPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/WaterHeaterJinmaoPage.cs
@@ -143,6 +143,12 @@
         /// </summary>
         Button btnPowerControl;
 
+#if __ANDROID__
+        private string fontName = "BEBAS.ttf";
+#else
+        private string fontName = "BEBAS";
+#endif
+
         public WaterHeaterJinmaoPage(Function deviceFunction)
         {
             bodyView = this;
@@ -159,14 +165,14 @@
             contentView = new VerticalScrolViewLayout()
             {
                 Y = topView.contentView.Height,
-                Height = Application.GetRealHeight(Application.DesignHeight - 94 - 5) - topView.contentView.Height,
+                Height = Application.GetRealHeight(Application.DesignHeight) - topView.contentView.Height - Application.GetRealWidth(94),
             };
             bodyView.AddChidren(contentView);
 
             bottomView = new FrameLayout()
             {
-                Y = Application.GetRealHeight(Application.DesignHeight - 94),
-                Height = Application.GetRealHeight(94 + 16),
+                Y = Application.GetRealHeight(Application.DesignHeight) - Application.GetRealWidth(94),
+                Height = Application.GetRealWidth(94 + 16),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
                 Radius = (uint)Application.GetRealHeight(16),
                 BorderColor = 0x00FFFFFF,
@@ -187,14 +193,14 @@
         /// </summary>
         private void initContentView()
         {
-            contentView.AddChidren(new Button() { Height = Application.GetRealHeight(16) });
+            contentView.AddChidren(new Button() { Height = Application.GetRealWidth(16) });
 
             #region 鐑按鍣ㄧ姸鎬�
             FrameLayout infoView = new FrameLayout()
             {
                 Gravity = Gravity.CenterHorizontal,
                 Width = Application.GetRealWidth(343),
-                Height = Application.GetRealHeight(181),
+                Height = Application.GetRealWidth(181),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
                 Radius = (uint)Application.GetRealHeight(12),
                 BorderColor = 0x00FFFFFF,
@@ -254,6 +260,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.TopCenter,
                 Text = function.GetAttrState(WaterHeaterJinmao_AttrEnum.temp.ToString(), "---"),
+                FontName = fontName,
             };
             btnTempValues.Width = btnTempValues.GetTextWidth() + Application.GetRealWidth(6);
             if (btnTempValues.Width > Application.GetRealWidth(80))
@@ -433,6 +440,7 @@
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 TextAlignment = TextAlignment.TopCenter,
                 Text = function.GetAttrState(WaterHeaterJinmao_AttrEnum.set_temp.ToString(), "---"),
+                FontName = fontName,
             };
             setTemp_ValuesButton.Width = setTemp_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
             setTemp_ValuesButton.Gravity = Gravity.CenterHorizontal;
@@ -502,7 +510,6 @@
             };
             setTempView.AddChidren(setTemp_Temp_MaxValuesTextButton);
             #endregion
-
 
             #region flow 鐑按娴侀噺
             if (function.attributes.Find((obj) => obj.key == WaterHeaterJinmao_AttrEnum.flow.ToString()) != null)
@@ -707,7 +714,7 @@
                 {
                     Gravity = Gravity.CenterHorizontal,
                     Width = Application.GetRealWidth(343),
-                    Height = Application.GetRealHeight(142),
+                    Height = Application.GetRealWidth(130),
                     ScrollEnabled = false,
                 };
                 contentView.AddChidren(socialContributionView);
@@ -732,33 +739,41 @@
                     };
                     socialContribution_InfoView_1.AddChidren(socialContribution_Info1_IconButton);
 
+                    var socialContribution_Info1_ValuesView = new FrameLayout()
+                    {
+                        Y = Application.GetRealWidth(68),
+                        Height = Application.GetRealWidth(25),
+                    };
+                    socialContribution_InfoView_1.AddChidren(socialContribution_Info1_ValuesView);
+
                     socialContribution_Info1_ValuesButton = new Button()
                     {
                         X = Application.GetRealWidth(12),
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(36),
-                        Height = Application.GetRealWidth(25),
+                        //Height = Application.GetRealWidth(25),
                         Text = function.GetAttrState(WaterHeaterJinmao_AttrEnum.energy_electricity.ToString()),
                         TextSize = 18,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                         IsBold = true,
+                        FontName = fontName,
                     };
                     socialContribution_Info1_ValuesButton.Width = socialContribution_Info1_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-                    socialContribution_InfoView_1.AddChidren(socialContribution_Info1_ValuesButton);
+                    socialContribution_Info1_ValuesView.AddChidren(socialContribution_Info1_ValuesButton);
 
                     socialContribution_Info1_UintButton = new Button()
                     {
                         X = socialContribution_Info1_ValuesButton.Right,
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(50),
-                        Height = Application.GetRealWidth(23),
+                        //Height = Application.GetRealWidth(23),
                         Text = "kwh",
                         TextSize = 12,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                     };
-                    socialContribution_InfoView_1.AddChidren(socialContribution_Info1_UintButton);
+                    socialContribution_Info1_ValuesView.AddChidren(socialContribution_Info1_UintButton);
 
                     var socialContribution_Info1_TipButton = new Button()
                     {
@@ -800,37 +815,41 @@
                     };
                     socialContribution_InfoView_2.AddChidren(socialContribution_Info2_IconButton);
 
+                    var socialContribution_Info2_ValuesView = new FrameLayout()
+                    {
+                        Y = Application.GetRealWidth(68),
+                        Height = Application.GetRealWidth(25),
+                    };
+                    socialContribution_InfoView_2.AddChidren(socialContribution_Info2_ValuesView);
+
                     socialContribution_Info2_ValuesButton = new Button()
                     {
                         X = Application.GetRealWidth(12),
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(36),
-                        Height = Application.GetRealWidth(25),
+                        //Height = Application.GetRealWidth(25),
                         Text = function.GetAttrState(WaterHeaterJinmao_AttrEnum.co2.ToString()),
                         TextSize = 18,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                         IsBold = true,
+                        FontName = fontName,
                     };
                     socialContribution_Info2_ValuesButton.Width = socialContribution_Info2_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-                    socialContribution_InfoView_2.AddChidren(socialContribution_Info2_ValuesButton);
-
+                    socialContribution_Info2_ValuesView.AddChidren(socialContribution_Info2_ValuesButton);
 
                     socialContribution_Info2_UintButton = new Button()
                     {
                         X = socialContribution_Info2_ValuesButton.Right,
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(50),
-                        Height = Application.GetRealWidth(23),
+                        //Height = Application.GetRealWidth(23),
                         Text = "鍚�",
                         TextSize = 12,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                     };
-#if __IOS__
-            socialContribution_Info2_UintButton.Y = Application.GetRealWidth(66);
-#endif
-                    socialContribution_InfoView_2.AddChidren(socialContribution_Info2_UintButton);
+                    socialContribution_Info2_ValuesView.AddChidren(socialContribution_Info2_UintButton);
 
                     var socialContribution_Info2_TipButton = new Button()
                     {
@@ -872,36 +891,41 @@
                     };
                     socialContribution_InfoView_3.AddChidren(socialContribution_Info3_IconButton);
 
+                    var socialContribution_Info3_ValuesView = new FrameLayout()
+                    {
+                        Y = Application.GetRealWidth(68),
+                        Height = Application.GetRealWidth(25),
+                    };
+                    socialContribution_InfoView_3.AddChidren(socialContribution_Info3_ValuesView);
+
                     socialContribution_Info3_ValuesButton = new Button()
                     {
                         X = Application.GetRealWidth(12),
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(36),
-                        Height = Application.GetRealWidth(25),
+                        //Height = Application.GetRealWidth(25),
                         Text = function.GetAttrState(WaterHeaterJinmao_AttrEnum.trees.ToString()),
                         TextSize = 18,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                         IsBold = true,
+                        FontName = fontName,
                     };
                     socialContribution_Info3_ValuesButton.Width = socialContribution_Info3_ValuesButton.GetTextWidth() + Application.GetRealWidth(8);
-                    socialContribution_InfoView_3.AddChidren(socialContribution_Info3_ValuesButton);
+                    socialContribution_Info3_ValuesView.AddChidren(socialContribution_Info3_ValuesButton);
 
                     socialContribution_Info3_UintButton = new Button()
                     {
                         X = socialContribution_Info3_ValuesButton.Right,
-                        Y = Application.GetRealWidth(68),
+                        //Y = Application.GetRealWidth(68),
                         Width = Application.GetRealWidth(50),
-                        Height = Application.GetRealWidth(23),
+                        //Height = Application.GetRealWidth(23),
                         Text = "妫�",
                         TextSize = 12,
                         TextColor = CSS_Color.FirstLevelTitleColor,
                         TextAlignment = TextAlignment.BottomLeft,
                     };
-#if __IOS__
-            socialContribution_Info3_UintButton.Y = Application.GetRealWidth(66);
-#endif
-                    socialContribution_InfoView_3.AddChidren(socialContribution_Info3_UintButton);
+                    socialContribution_Info3_ValuesView.AddChidren(socialContribution_Info3_UintButton);
 
                     var socialContribution_Info3_TipButton = new Button()
                     {
@@ -922,6 +946,7 @@
 
             #endregion
 
+            contentView.AddChidren(new Button() { Height = Application.GetRealWidth(12) });
 
         }
         /// <summary>
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/WetarHeaterJinmaoHistoryPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/WetarHeaterJinmaoHistoryPage.cs
index 3005623..5ca8360 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/WetarHeaterJinmaoHistoryPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/WetarHeaterJinmaoHistoryPage.cs
@@ -62,10 +62,15 @@
 
             var contentView = new VerticalScrolViewLayout()
             {
-                Y = Application.GetRealHeight(74 + 16),
+                Y = Application.GetRealHeight(74 ),
                 Height = Application.GetRealHeight(Application.DesignHeight - 74),
             };
             bodyView.AddChidren(contentView);
+
+            contentView.AddChidren(new Button()
+            {
+                Height = Application.GetRealWidth(16)
+            });
 
             #region 娓╁害鍊�
             infoView1 = new FrameLayout()
@@ -130,7 +135,9 @@
                 IsSelected = false,
             };
             infoView1_DateView.AddChidren(infoView1_Date_Month);
-
+#if __IOS__
+            infoView1_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2) });
+#endif
             infoView1_Date_Year = new Button()
             {
                 Width = Application.GetRealWidth(103),
@@ -269,7 +276,6 @@
                 Height = Application.GetRealWidth(16)
             });
 
-
             if (function.attributes.Find((obj) => obj.key == WaterHeaterJinmao_AttrEnum.volume.ToString()) != null)
             {
                 #region 鐢ㄦ按閲�
@@ -338,7 +344,9 @@
                     IsSelected = false,
                 };
                 infoView2_DateView.AddChidren(infoView2_Date_Month);
-
+#if __IOS__
+                infoView2_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2) });
+#endif
 
                 infoView2_Date_Year = new Button()
                 {
@@ -989,7 +997,7 @@
                 Radius = (uint)Application.GetRealWidth(12),
             };
             optionBaseView.AddChidren(topView);
-            topView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
+            optionBaseView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
 
             var btnCancel = new Button()
             {
@@ -1004,7 +1012,7 @@
 
             var btnConfrim = new Button()
             {
-                X = Application.GetRealWidth(160),
+                X = Application.GetRealWidth(163),
                 Width = Application.GetRealWidth(160),
                 TextAlignment = TextAlignment.CenterRight,
                 TextColor = CSS_Color.MainColor,
diff --git a/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption_Histogram.cs b/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption_Histogram.cs
index e64d59a..534ad2d 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption_Histogram.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EchartsOption_Histogram.cs
@@ -84,8 +84,8 @@
                               },
                               grid: {
                                     top: '10%',
-                                    left: '15%',
-                                    right: '15%',
+                                    left: '12%',
+                                    right: '12%',
                                     bottom: '10%',
                                     },
                               xAxis: {

--
Gitblit v1.8.0