初始化全局 Context @param context Context
(final Context context)
| 124 | * @param context {@link Context} |
| 125 | */ |
| 126 | private static void initContext(final Context context) { |
| 127 | if (DevUtils.sContext == null && context != null) { |
| 128 | DevUtils.sContext = context.getApplicationContext(); |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * 初始化全局 Application |