Side-Menu.Android icon indicating copy to clipboard operation
Side-Menu.Android copied to clipboard

app crash after list is clicked tow times , and import fragment to main activity.

Open Ammar777 opened this issue 8 years ago • 1 comments

i have this error in the monitor :

  • W/APM_AudioPolicyManager: getInputForAttr() failed opening input: samplingRate 16000, format 1, channelMask 10 -com.google.android.googlequicksearchbox:search E/AudioRecord: Could not get audio input for session 929, record source 1999, sample rate 16000, format 0x1, channel mask 0x10, flags 0 -com.google.android.googlequicksearchbox:search E/AudioRecord-JNI: Error creating AudioRecord instance: initialization check failed with status -22. -com.google.android.googlequicksearchbox:search E/android.media.AudioRecord: Error code -20 when initializing native AudioRecord object. -com.google.android.googlequicksearchbox:search E/ActivityThread: Failed to find provider info for com.google.android.apps.gsa.testing.ui.audio.recorded

Ammar777 avatar May 22 '17 18:05 Ammar777

return screenShotable in onSwitch method.

@Override public ScreenShotable onSwitch( Resourceble slideMenuItem, ScreenShotable screenShotable, int position ) { return screenShotable; }

n-droidev avatar May 30 '19 10:05 n-droidev