Shalu Samtani Member Licensed User Longtime User Dec 8, 2016 #1 Why my app ble connect error when i try to connect,,, in xiaomi redmi 2 is succes, but asus zenfone c is stop working,,,
Why my app ble connect error when i try to connect,,, in xiaomi redmi 2 is succes, but asus zenfone c is stop working,,,
Erel B4X founder Staff member Licensed User Longtime User Dec 8, 2016 #2 Check the logs and find the error message. Upvote 0
Shalu Samtani Member Licensed User Longtime User Dec 9, 2016 #3 where we can chek the log message to find the error? Upvote 0
Shalu Samtani Member Licensed User Longtime User Dec 9, 2016 #4 how do to know the error log? Upvote 0
Shalu Samtani Member Licensed User Longtime User Dec 9, 2016 #5 toastmessage error is in here Public Sub connect Try manager.Connect(Main.id1) Catch Log(LastException) StartActivity(Main) 'CallSub(Main,"pliswaitot") ToastMessageShow("Failed to connect, Please Try again",True) End Try End Sub Upvote 0
toastmessage error is in here Public Sub connect Try manager.Connect(Main.id1) Catch Log(LastException) StartActivity(Main) 'CallSub(Main,"pliswaitot") ToastMessageShow("Failed to connect, Please Try again",True) End Try End Sub
Erel B4X founder Staff member Licensed User Longtime User Dec 11, 2016 #6 Remove the Try / Catch blocks and let the program crash. You can see the logs in the Logs tab. Upvote 0