Side-Menu.Android
Side-Menu.Android copied to clipboard
app crash after list is clicked tow times , and import fragment to main activity.
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
return screenShotable in onSwitch method.
@Override public ScreenShotable onSwitch( Resourceble slideMenuItem, ScreenShotable screenShotable, int position ) { return screenShotable; }