Sphal namespace not configured for this process

Problem

I am debugging my application using a physical phone via usb and I get the following notification in logcat: I/vndksupport: sphal namespace is not configured for this process. Loading /system/lib/hw/gralloc.ranchu.so from the current namespace instead.

Device

Samsung Galaxy S7 is running Android Marshmallow. The only permission I use isACCESS_WIFI_STATE

Attempts to solve this problem.

The search sphaldoes not help, since there are no results on Google. Same forgralloc.ranch.so

+4
source share
2 answers

I am experimenting with the same issue, but with Android stuff. It is solved by the following steps:

  • Install application
  • Reboot the phone.
  • Reload application - IT WORKS

Previous error, for example

"vndksupport: sphal namespace is not configured for this process"

Now, after a reboot, he does not have this problem.

+1

: , - (, , , Samsung), , , , API, ( vndk Oreo, master build ), . , , - .

API.

0

Source: https://habr.com/ru/post/1679091/


All Articles