android bionic linker debug enable
Loader ld in Linker-android
In order to debug this kind of base library, it is useless to use printf, which is a general term.
android debugging is basically output through logcat, of course, you can open a file to write, but that will cause a variety of privilege problems, prevent you from crashing!
Linker's debug relies mainly on printf
...
Posted by vandalite on Fri, 14 Dec 2018 21:57:04 -0800
AAA - ActFramework Security Framework II - Application
stay Last article In this blog, we introduce the concept of AAA security framework. Next, we begin to describe how to use AAA security framework in a practical project (this blog will implement a multi-user Todo list system). In this blog, we will assume that the application uses MongoDB to store data. However, some code about the application o ...
Posted by limke on Wed, 12 Dec 2018 21:06:06 -0800
"A Zero Start of an Android Project" - 4, base (3) BaseActivity - Title
Let's start with two sentences.
Today, we enter the third part of BaseActivity, Title. It's a pleasant name. You can see what it means from the name, so you don't need to explain it. (Although you don't want to admit it, it's actually because I'm lazy), so let's start today's content.Or I want to share my code cloud address with you:
[Based o ...
Posted by scott212 on Tue, 11 Dec 2018 14:06:06 -0800