Android Question Log doesn't worked after take the picture

Pravee7094

Active Member
Hello All,
I just used this example to take the picture.
It worked very well.

But I have a one problem. I just added another one button in the activity and write the simple log code just like
B4X:
Private Sub Button2_Click
    Log("Button Click")
End Sub

This log code worked before we take the picture using camera. After we clicked one picture, this log code doesn't worked. Any log message does not showed in the "Logs" Page.
But Actions are worked. For example
B4X:
Private Sub Button2_Click
    ' Any Actions
      ExitApplication
End Sub

But the log message does not show after take the picture.

Any Suggestion?

Thanks
Praveen
 
Top