This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useMsal } from '@azure/msal-react'; | |
import { Breadcrumb, Divider, Layout, List, Modal, Space, Typography } from 'antd'; | |
import React, { useEffect, useState } from 'react'; | |
import { Loader } from '../../../components'; | |
import axios from 'axios'; | |
import FolderOutlined from "@ant-design/icons/FolderOutlined"; | |
import InfoCircleOutlined from "@ant-design/icons/InfoCircleOutlined"; | |
import { filterSharepointFilesByType } from '../../../utils/util'; | |
const { Text, Link } = Typography; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Systrace command> | |
move into android-sdk/platform-tools/systrace | |
run | |
$ systrace.py --time=10 -o trace.html sched gfx view -a <package.name /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
* @flow | |
*/ | |
import React, { Component } from "react"; | |
import { | |
StyleSheet, | |
View, |