Home > Database > Mysql Tutorial > body text

Why Does Android Studio Throw the 'getSlotFromBufferLocked: unknown buffer' Error During Registration on Marshmallow?

Linda Hamilton
Release: 2024-11-10 22:44:02
Original
833 people have browsed it

Why Does Android Studio Throw the

Android Studio's "getSlotFromBufferLocked: unknown buffer" Error during Registration

Problem:

When attempting to create a user account in a simple registration form, the following error is encountered:

09-14 09:30:39.864    2624-2638/com.example.appname.appname E/Surface﹕ getSlotFromBufferLocked: unknown buffer: 0xab7115e0
Copy after login

Additionally, the newly created account fails to be stored in the database.

Cause:

This error seems to be a Marshmallow-specific bug that occurs when switching between applications or exiting them, and when activities are destroyed. It has been observed on Nexus 5 devices running Marshmallow but not Lollipop.

Solution:

As a temporary solution, it is recommended to update Android to a later version of Marshmallow where this issue has been resolved.

The above is the detailed content of Why Does Android Studio Throw the 'getSlotFromBufferLocked: unknown buffer' Error During Registration on Marshmallow?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!